Interface Signature.TypeArg.Bounded
- All Superinterfaces:
- Signature.TypeArg
- Enclosing interface:
- Signature.TypeArg
Models a type argument with an explicit bound type.
- See Java Language Specification:
- 
4.5.1 Type Arguments of Parameterized Types
- See Java Virtual Machine Specification:
- 
4.7.9.1 Signatures
- Since:
- 24
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumModels a type argument's wildcard indicator.Nested classes/interfaces declared in interface java.lang.classfile.Signature.TypeArgSignature.TypeArg.Bounded, Signature.TypeArg.Unbounded
- 
Method SummaryModifier and TypeMethodDescriptionReturns the signature of the type bound.Returns the kind of wildcard.
- 
Method Details- 
wildcardIndicatorSignature.TypeArg.Bounded.WildcardIndicator wildcardIndicator()Returns the kind of wildcard.- Returns:
- the kind of wildcard
 
- 
boundTypeSignature.RefTypeSig boundType()Returns the signature of the type bound.- Returns:
- the signature of the type bound
 
 
-