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