Package gw.lang.reflect.java.asm
Class AsmWildcardType
- java.lang.Object
-
- gw.lang.reflect.java.asm.AsmType
-
- gw.lang.reflect.java.asm.AsmWildcardType
-
-
Field Summary
-
Fields inherited from class gw.lang.reflect.java.asm.AsmType
_typeParameters
-
-
Constructor Summary
Constructors Constructor Description AsmWildcardType(AsmType bound, boolean bCovariant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTypeParameter(AsmType type)
boolean
equals(Object o)
AsmType
getBound()
int
hashCode()
void
incArrayDims()
boolean
isCovariant()
String
toString()
-
Methods inherited from class gw.lang.reflect.java.asm.AsmType
getComponentType, getFqn, getName, getNameWithArrayBrackets, getRawType, getSimpleName, getTypeParameters, isArray, isFunctionTypeVariable, isParameterized, isPrimitive, isTypeVariable, setFunctionTypeVariable, setName
-
-
-
-
Constructor Detail
-
AsmWildcardType
public AsmWildcardType(AsmType bound, boolean bCovariant)
-
-
Method Detail
-
getBound
public AsmType getBound()
-
isCovariant
public boolean isCovariant()
-
addTypeParameter
public void addTypeParameter(AsmType type)
- Overrides:
addTypeParameter
in classAsmType
-
incArrayDims
public void incArrayDims()
- Overrides:
incArrayDims
in classAsmType
-
-