Uses of Enum Class
java.lang.classfile.Signature.TypeArg.WildcardIndicator
Packages that use Signature.TypeArg.WildcardIndicatorPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeArg.WildcardIndicatorPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return Signature.TypeArg.WildcardIndicatorPREVIEWModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Signature.TypeArg.WildcardIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Signature.TypeArg.wildcardIndicator()
Returns the wildcard indicator.Methods in java.lang.classfilePREVIEW with parameters of type Signature.TypeArg.WildcardIndicatorPREVIEWModifier and TypeMethodDescriptionstatic Signature.TypeArgPREVIEW
Signature.TypeArg.of
(Signature.TypeArg.WildcardIndicatorPREVIEW wildcard, Optional<Signature.RefTypeSigPREVIEW> boundType) Returns a bounded type arg.