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 voidaddTypeParameter(AsmType type)booleanequals(Object o)AsmTypegetBound()inthashCode()voidincArrayDims()booleanisCovariant()StringtoString()-
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:
addTypeParameterin classAsmType
-
incArrayDims
public void incArrayDims()
- Overrides:
incArrayDimsin classAsmType
-
-