Class Type.WildcardType
java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.WildcardType
- Enclosing class:
Type
Represents a wildcard type argument. A type argument that is not a
wildcard type argument will be represented by a ClassType, ArrayType, etc.
See:
JVMS 4.3.4
TypeArgument:
WildcardIndicator_opt FieldTypeSignature
*
WildcardIndicator:
+
-
-
Nested Class Summary
Nested ClassesNested 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