public static class TypeData.ArrayElement extends TypeData.AbsTypeVar
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 |
|---|---|
TypeData.AbsTypeVar |
arrayType() |
int |
dfs(ArrayList order,
int index,
ClassPool cp) |
String |
getName() |
boolean |
is2WordType() |
TypeData.BasicType |
isBasicType()
If the type is a basic type, this method normalizes the type
and returns a BasicType object.
|
static TypeData |
make(TypeData array) |
void |
merge(TypeData t) |
void |
setType(String s,
ClassPool cp) |
protected TypeData.TypeVar |
toTypeVar()
Returns this if it is a TypeVar or a TypeVar that this
type depends on.
|
eq, getTypeData, getTypeTagaastore, commonSuperClass, commonSuperClassEx, constructorCalled, isNullType, isUninit, join, makepublic static TypeData make(TypeData array) throws BadBytecode
BadBytecodepublic void merge(TypeData t)
merge in class TypeData.AbsTypeVarpublic TypeData.AbsTypeVar arrayType()
public TypeData.BasicType isBasicType()
TypeDataisBasicType in class TypeDatapublic boolean is2WordType()
is2WordType in class TypeDatapublic void setType(String s, ClassPool cp) throws BadBytecode
setType in class TypeDataBadBytecodeprotected TypeData.TypeVar toTypeVar()
TypeDatapublic int dfs(ArrayList order, int index, ClassPool cp) throws NotFoundException
dfs in class TypeDataNotFoundExceptionCopyright © 2013. All Rights Reserved.