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 Modifier and Type Field Description private boolean_bCovariantprivate AsmType_bound-
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 voidaddTypeParameter(AsmType type)booleanequals(java.lang.Object o)AsmTypegetBound()inthashCode()voidincArrayDims()booleanisCovariant()java.lang.StringtoString()-
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 Detail
-
_bound
private AsmType _bound
-
_bCovariant
private boolean _bCovariant
-
-
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:
addTypeParameterin classAsmType
-
incArrayDims
public void incArrayDims()
- Overrides:
incArrayDimsin classAsmType
-
-