Uses of Class
javassist.bytecode.stackmap.TypeData
-
Packages that use TypeData Package Description javassist.bytecode.stackmap -
-
Uses of TypeData in javassist.bytecode.stackmap
Subclasses of TypeData in javassist.bytecode.stackmap Modifier and Type Class Description static classTypeData.AbsTypeVarstatic classTypeData.ArrayElementstatic classTypeData.ArrayTypeprotected static classTypeData.BasicTypePrimitive types.static classTypeData.ClassNameType data for OBJECT.static classTypeData.NullTypeType data for NULL or OBJECT.static classTypeData.TypeVarstatic classTypeData.UninitDataType data for UNINIT.static classTypeData.UninitThisstatic classTypeData.UninitTypeVarFields in javassist.bytecode.stackmap declared as TypeData Modifier and Type Field Description protected TypeData[]Tracer. localsTypesTypeData[]TypedBlock. localsTypesprotected TypeData[]Tracer. stackTypesTypeData[]TypedBlock. stackTypesprotected TypeDataTypeData.UninitTypeVar. typeFields in javassist.bytecode.stackmap with type parameters of type TypeData Modifier and Type Field Description protected List<TypeData>TypeData.TypeVar. lowersprotected List<TypeData>TypeData.TypeVar. usedByMethods in javassist.bytecode.stackmap that return TypeData Modifier and Type Method Description TypeDataTypeData.ArrayElement. getArrayType(int dim)TypeDataTypeData.ArrayType. getArrayType(int dim)TypeDataTypeData.BasicType. getArrayType(int dim)TypeDataTypeData.ClassName. getArrayType(int dim)abstract TypeDataTypeData. getArrayType(int dim)TypeDataTypeData.NullType. getArrayType(int dim)TypeDataTypeData.TypeVar. getArrayType(int dim)TypeDataTypeData.UninitTypeVar. getArrayType(int dim)TypeDataTypeData.BasicType. join()TypeDataTypeData. join()TypeDataTypeData.UninitData. join()TypeDataTypeData.UninitTypeVar. join()static TypeDataTypeData.ArrayElement. make(TypeData array)static TypeData[]TypeData. make(int size)Methods in javassist.bytecode.stackmap with parameters of type TypeData Modifier and Type Method Description static voidTypeData. aastore(TypeData array, TypeData value, ClassPool cp)protected static voidMapMaker. copyTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes)booleanTypeData.AbsTypeVar. eq(TypeData d)booleanTypeData.BasicType. eq(TypeData d)booleanTypeData.ClassName. eq(TypeData d)abstract booleanTypeData. eq(TypeData d)booleanTypeData.UninitData. eq(TypeData d)booleanTypeData.UninitTypeVar. eq(TypeData d)static TypeDataTypeData.ArrayElement. make(TypeData array)abstract voidTypeData.AbsTypeVar. merge(TypeData t)voidTypeData.ArrayElement. merge(TypeData t)voidTypeData.ArrayType. merge(TypeData t)voidTypeData.TypeVar. merge(TypeData t)voidTypeData.UninitTypeVar. merge(TypeData t)protected static intMapMaker. recordTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes)voidTypedBlock. setStackMap(int st, TypeData[] stack, int nl, TypeData[] locals)Method parameters in javassist.bytecode.stackmap with type arguments of type TypeData Modifier and Type Method Description intTypeData.ArrayElement. dfs(List<TypeData> order, int index, ClassPool cp)intTypeData.ArrayType. dfs(List<TypeData> order, int index, ClassPool cp)intTypeData. dfs(List<TypeData> order, int index, ClassPool cp)Depth-first search by Tarjan's algorithmintTypeData.TypeVar. dfs(List<TypeData> preOrder, int index, ClassPool cp)Constructors in javassist.bytecode.stackmap with parameters of type TypeData Constructor Description TypeVar(TypeData t)
-