Uses of Enum Class
java.lang.classfile.Signature.TypeArg.Bounded.WildcardIndicator
Packages that use Signature.TypeArg.Bounded.WildcardIndicator
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeArg.Bounded.WildcardIndicator in java.lang.classfile
Subclasses with type arguments of type Signature.TypeArg.Bounded.WildcardIndicator in java.lang.classfileModifier and TypeClassDescriptionstatic enum
Models a type argument's wildcard indicator.Methods in java.lang.classfile that return Signature.TypeArg.Bounded.WildcardIndicatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Signature.TypeArg.Bounded.WildcardIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Signature.TypeArg.Bounded.wildcardIndicator()
Returns the kind of wildcard.Methods in java.lang.classfile with parameters of type Signature.TypeArg.Bounded.WildcardIndicatorModifier and TypeMethodDescriptionstatic Signature.TypeArg.Bounded
Signature.TypeArg.bounded
(Signature.TypeArg.Bounded.WildcardIndicator wildcard, Signature.RefTypeSig boundType) Returns a bounded type argument.