Uses of Class
javassist.bytecode.stackmap.TypeData.BasicType
-
Packages that use TypeData.BasicType Package Description javassist.bytecode.stackmap -
-
Uses of TypeData.BasicType in javassist.bytecode.stackmap
Fields in javassist.bytecode.stackmap declared as TypeData.BasicType Modifier and Type Field Description static TypeData.BasicType
TypeTag. DOUBLE
static TypeData.BasicType
TypeTag. FLOAT
static TypeData.BasicType
TypeTag. INTEGER
static TypeData.BasicType
TypeTag. LONG
static TypeData.BasicType
TypeTag. TOP
Methods in javassist.bytecode.stackmap that return TypeData.BasicType Modifier and Type Method Description TypeData.BasicType
TypeData.ArrayElement. isBasicType()
TypeData.BasicType
TypeData.ArrayType. isBasicType()
TypeData.BasicType
TypeData.BasicType. isBasicType()
TypeData.BasicType
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.BasicType
TypeData.TypeVar. isBasicType()
TypeData.BasicType
TypeData.UninitTypeVar. isBasicType()
-