Uses of Class
org.hotswap.agent.javassist.bytecode.stackmap.TypeData.BasicType
-
Packages that use TypeData.BasicType Package Description org.hotswap.agent.javassist.bytecode.stackmap -
-
Uses of TypeData.BasicType in org.hotswap.agent.javassist.bytecode.stackmap
Fields in org.hotswap.agent.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 org.hotswap.agent.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()
-