_typeParameters| Constructor and Description |
|---|
AsmWildcardType(AsmType bound,
boolean bCovariant) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeParameter(AsmType type) |
boolean |
equals(Object o) |
AsmType |
getBound() |
int |
hashCode() |
void |
incArrayDims() |
boolean |
isCovariant() |
String |
toString() |
getComponentType, getFqn, getName, getNameWithArrayBrackets, getRawType, getSimpleName, getTypeParameters, isArray, isFunctionTypeVariable, isParameterized, isPrimitive, isTypeVariable, setFunctionTypeVariable, setNamepublic AsmWildcardType(AsmType bound, boolean bCovariant)
public AsmType getBound()
public boolean isCovariant()
public void addTypeParameter(AsmType type)
addTypeParameter in class AsmTypepublic void incArrayDims()
incArrayDims in class AsmTypeCopyright © 2015. All rights reserved.