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.BasicTypeTypeTag. DOUBLEstatic TypeData.BasicTypeTypeTag. FLOATstatic TypeData.BasicTypeTypeTag. INTEGERstatic TypeData.BasicTypeTypeTag. LONGstatic TypeData.BasicTypeTypeTag. TOPMethods in javassist.bytecode.stackmap that return TypeData.BasicType Modifier and Type Method Description TypeData.BasicTypeTypeData.ArrayElement. isBasicType()TypeData.BasicTypeTypeData.ArrayType. isBasicType()TypeData.BasicTypeTypeData.BasicType. isBasicType()TypeData.BasicTypeTypeData.ClassName. isBasicType()abstract TypeData.BasicTypeTypeData. isBasicType()If the type is a basic type, this method normalizes the type and returns a BasicType object.TypeData.BasicTypeTypeData.TypeVar. isBasicType()TypeData.BasicTypeTypeData.UninitTypeVar. isBasicType()
-