Package javassist.bytecode.stackmap
Class TypeData.UninitTypeVar
java.lang.Object
javassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.AbsTypeVar
javassist.bytecode.stackmap.TypeData.UninitTypeVar
- Enclosing class:
TypeData
-
Nested Class Summary
Nested classes/interfaces inherited from class javassist.bytecode.stackmap.TypeData
TypeData.AbsTypeVar, TypeData.ArrayElement, TypeData.ArrayType, TypeData.BasicType, TypeData.ClassName, TypeData.NullType, TypeData.TypeVar, TypeData.UninitData, TypeData.UninitThis, TypeData.UninitTypeVar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
constructorCalled
(int offset) boolean
getArrayType
(int dim) getName()
int
getTypeData
(ConstPool cp) int
boolean
If the type is a basic type, this method normalizes the type and returns a BasicType object.boolean
isUninit()
join()
void
int
offset()
void
(package private) String
protected TypeData.TypeVar
toTypeVar
(int dim) Returns this if it is a TypeVar or a TypeVar that this type depends on.Methods inherited from class javassist.bytecode.stackmap.TypeData
aastore, commonSuperClass, commonSuperClassEx, dfs, eq, isNullType, make, toString
-
Field Details
-
type
-
-
Constructor Details
-
UninitTypeVar
-
-
Method Details
-
getTypeTag
public int getTypeTag()- Overrides:
getTypeTag
in classTypeData.AbsTypeVar
-
getTypeData
- Overrides:
getTypeData
in classTypeData.AbsTypeVar
-
isBasicType
Description copied from class:TypeData
If the type is a basic type, this method normalizes the type and returns a BasicType object. Otherwise, it returns null.- Specified by:
isBasicType
in classTypeData
-
is2WordType
public boolean is2WordType()- Specified by:
is2WordType
in classTypeData
-
isUninit
public boolean isUninit() -
eq
- Overrides:
eq
in classTypeData.AbsTypeVar
-
getName
-
toTypeVar
Description copied from class:TypeData
Returns this if it is a TypeVar or a TypeVar that this type depends on. Otherwise, this method returns null. It is used by dfs(). -
join
-
setType
- Specified by:
setType
in classTypeData
- Throws:
BadBytecode
-
merge
- Specified by:
merge
in classTypeData.AbsTypeVar
-
constructorCalled
public void constructorCalled(int offset) - Overrides:
constructorCalled
in classTypeData
-
offset
public int offset() -
getArrayType
- Specified by:
getArrayType
in classTypeData
- Parameters:
dim
- array dimension. It may be negative.- Throws:
NotFoundException
-
toString2
-