Package gw.lang.reflect.java.asm
Class AsmWildcardType
java.lang.Object
gw.lang.reflect.java.asm.AsmType
gw.lang.reflect.java.asm.AsmWildcardType
- All Implemented Interfaces:
IAsmType
-
Field Summary
FieldsFields inherited from class gw.lang.reflect.java.asm.AsmType
_typeParameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypeParameter(AsmType type) booleangetBound()inthashCode()voidbooleantoString()Methods inherited from class gw.lang.reflect.java.asm.AsmType
copy, copyNoArrayOrParameters, getComponentType, getFqn, getName, getNameWithArrayBrackets, getRawType, getSimpleName, getTypeParameters, isArray, isFunctionTypeVariable, isParameterized, isPrimitive, isTypeVariable, setFunctionTypeVariable, setName, setTypeVariable
-
Field Details
-
_bound
-
_bCovariant
private boolean _bCovariant
-
-
Constructor Details
-
AsmWildcardType
-
-
Method Details
-
getBound
-
isCovariant
public boolean isCovariant() -
addTypeParameter
- Overrides:
addTypeParameterin classAsmType
-
incArrayDims
public void incArrayDims()- Overrides:
incArrayDimsin classAsmType
-
toString
-
equals
-
hashCode
public int hashCode()
-