public class AsmType extends Object implements IAsmType
| Modifier and Type | Field and Description |
|---|---|
protected List<AsmType> |
_typeParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeParameter(AsmType type) |
boolean |
equals(Object o) |
AsmType |
getComponentType() |
String |
getFqn() |
String |
getName() |
String |
getNameWithArrayBrackets() |
AsmType |
getRawType() |
String |
getSimpleName() |
List<AsmType> |
getTypeParameters() |
int |
hashCode() |
void |
incArrayDims() |
boolean |
isArray() |
boolean |
isFunctionTypeVariable() |
boolean |
isParameterized() |
boolean |
isPrimitive() |
boolean |
isTypeVariable() |
void |
setFunctionTypeVariable(boolean bFunctionTypeVariable) |
void |
setName(String name) |
String |
toString() |
public AsmType getRawType()
getRawType in interface IAsmTypepublic void setName(String name)
public String getNameWithArrayBrackets()
public String getSimpleName()
getSimpleName in interface IAsmTypepublic List<AsmType> getTypeParameters()
getTypeParameters in interface IAsmTypepublic void addTypeParameter(AsmType type)
public boolean isParameterized()
isParameterized in interface IAsmTypepublic AsmType getComponentType()
getComponentType in interface IAsmTypepublic boolean isTypeVariable()
isTypeVariable in interface IAsmTypepublic void setFunctionTypeVariable(boolean bFunctionTypeVariable)
public boolean isFunctionTypeVariable()
public void incArrayDims()
public boolean isPrimitive()
isPrimitive in interface IAsmTypeCopyright © 2015. All rights reserved.