Class Type.TypeParamType
java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.TypeParamType
- Enclosing class:
Type
Represents a FormalTypeParameter. These are used to declare the type
parameters for generic classes and methods.
See:
JVMS 4.3.4
FormalTypeParameters:
< FormalTypeParameter+ >
FormalTypeParameter:
Identifier ClassBound InterfaceBound*
ClassBound:
: FieldTypeSignature_opt
InterfaceBound:
: FieldTypeSignature
-
Nested Class Summary
Nested classes/interfaces inherited from class Type
Type.ArrayType, Type.ClassSigType, Type.ClassType, Type.MethodType, Type.SimpleType, Type.TypeParamType, Type.Visitor<R,P>, Type.WildcardType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Type
append, appendIfNotEmpty, isObject