Package javassist.bytecode.stackmap
Class TypeData.ClassName
java.lang.Object
javassist.bytecode.stackmap.TypeData
javassist.bytecode.stackmap.TypeData.ClassName
- Direct Known Subclasses:
TypeData.NullType,TypeData.UninitData
- Enclosing class:
- TypeData
Type data for OBJECT.
-
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 TypeMethodDescriptionbooleangetArrayType(int dim) getName()intgetTypeData(ConstPool cp) intbooleanIf the type is a basic type, this method normalizes the type and returns a BasicType object.void(package private) StringMethods inherited from class javassist.bytecode.stackmap.TypeData
aastore, commonSuperClass, commonSuperClassEx, constructorCalled, dfs, eq, isNullType, isUninit, join, make, toString, toTypeVar
-
Field Details
-
name
-
-
Constructor Details
-
ClassName
-
-
Method Details
-
getName
-
isBasicType
Description copied from class:TypeDataIf the type is a basic type, this method normalizes the type and returns a BasicType object. Otherwise, it returns null.- Specified by:
isBasicTypein classTypeData
-
is2WordType
public boolean is2WordType()- Specified by:
is2WordTypein classTypeData
-
getTypeTag
public int getTypeTag()- Specified by:
getTypeTagin classTypeData
-
getTypeData
- Specified by:
getTypeDatain classTypeData
-
eq
-
setType
- Specified by:
setTypein classTypeData- Throws:
BadBytecode
-
getArrayType
- Specified by:
getArrayTypein classTypeData- Parameters:
dim- array dimension. It may be negative.- Throws:
NotFoundException
-
toString2
-