public static class TypeData.UninitTypeVar extends TypeData.AbsTypeVar
TypeData.AbsTypeVar, TypeData.ArrayElement, TypeData.ArrayType, TypeData.BasicType, TypeData.ClassName, TypeData.NullType, TypeData.TypeVar, TypeData.UninitData, TypeData.UninitThis, TypeData.UninitTypeVar
Constructor | Description |
---|---|
UninitTypeVar(TypeData.UninitData t) |
Modifier and Type | Method | Description |
---|---|---|
void |
constructorCalled(int offset) |
|
boolean |
eq(TypeData d) |
|
TypeData |
getArrayType(int dim) |
|
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.
|
boolean |
isUninit() |
|
TypeData |
join() |
|
void |
merge(TypeData t) |
|
int |
offset() |
|
void |
setType(String s,
ClassPool cp) |
|
protected TypeData.TypeVar |
toTypeVar(int dim) |
Returns this if it is a TypeVar or a TypeVar that this
type depends on.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
aastore, commonSuperClass, commonSuperClassEx, dfs, isNullType, make, toString
protected TypeData type
public UninitTypeVar(TypeData.UninitData t)
public int getTypeTag()
getTypeTag
in class TypeData.AbsTypeVar
public int getTypeData(ConstPool cp)
getTypeData
in class TypeData.AbsTypeVar
public TypeData.BasicType isBasicType()
TypeData
isBasicType
in class TypeData
public boolean is2WordType()
is2WordType
in class TypeData
public boolean eq(TypeData d)
eq
in class TypeData.AbsTypeVar
protected TypeData.TypeVar toTypeVar(int dim)
TypeData
public void setType(String s, ClassPool cp) throws BadBytecode
setType
in class TypeData
BadBytecode
public void merge(TypeData t)
merge
in class TypeData.AbsTypeVar
public void constructorCalled(int offset)
constructorCalled
in class TypeData
public int offset()
public TypeData getArrayType(int dim) throws NotFoundException
getArrayType
in class TypeData
dim
- array dimension. It may be negative.NotFoundException
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.