TypeData.AbsTypeVar, TypeData.ArrayElement, TypeData.ArrayType, TypeData.BasicType, TypeData.ClassName, TypeData.NullType, TypeData.TypeVar, TypeData.UninitData, TypeData.UninitThis, TypeData.UninitTypeVar
Modifier and Type | Method and Description |
---|---|
boolean |
eq(TypeData d) |
String |
getName() |
int |
getTypeData(ConstPool cp) |
int |
getTypeTag() |
boolean |
is2WordType() |
TypeData.BasicType |
isBasicType()
If the type is a basic type, this method normalizes the type
and returns a BasicType object.
|
TypeData |
join() |
void |
setType(String s,
ClassPool cp) |
String |
toString() |
aastore, commonSuperClass, commonSuperClassEx, constructorCalled, dfs, isNullType, isUninit, make, toTypeVar
public BasicType(String type, int tag)
public int getTypeTag()
getTypeTag
in class TypeData
public int getTypeData(ConstPool cp)
getTypeData
in class TypeData
public TypeData.BasicType isBasicType()
TypeData
isBasicType
in class TypeData
public boolean is2WordType()
is2WordType
in class TypeData
public void setType(String s, ClassPool cp) throws BadBytecode
setType
in class TypeData
BadBytecode
Copyright © 2024. All rights reserved.