Uses of Enum Class
java.lang.classfile.Signature.TypeArg.Bounded.WildcardIndicator
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeArg.Bounded.WildcardIndicatorPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeClassDescriptionstatic enum
Preview.Models a type argument's wildcard indicator.Modifier 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.Modifier and TypeMethodDescriptionSignature.TypeArg.bounded
(Signature.TypeArg.Bounded.WildcardIndicatorPREVIEW wildcard, Signature.RefTypeSigPREVIEW boundType) Returns a bounded type arg.