Class Type.WildcardType

java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.WildcardType
Enclosing class:
Type

public static class Type.WildcardType extends 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: + -