Uses of Class
javassist.bytecode.stackmap.TypeData.BasicType
Packages that use TypeData.BasicType
-
Uses of TypeData.BasicType in javassist.bytecode.stackmap
Fields in javassist.bytecode.stackmap declared as TypeData.BasicTypeModifier and TypeFieldDescriptionstatic final TypeData.BasicType
TypeTag.DOUBLE
static final TypeData.BasicType
TypeTag.FLOAT
static final TypeData.BasicType
TypeTag.INTEGER
static final TypeData.BasicType
TypeTag.LONG
static final TypeData.BasicType
TypeTag.TOP
Methods in javassist.bytecode.stackmap that return TypeData.BasicTypeModifier and TypeMethodDescriptionTypeData.ArrayElement.isBasicType()
TypeData.ArrayType.isBasicType()
TypeData.BasicType.isBasicType()
TypeData.ClassName.isBasicType()
abstract TypeData.BasicType
TypeData.isBasicType()
If the type is a basic type, this method normalizes the type and returns a BasicType object.TypeData.TypeVar.isBasicType()
TypeData.UninitTypeVar.isBasicType()