Uses of Class
javassist.bytecode.StackMap
-
Packages that use StackMap Package Description javassist.bytecode Bytecode-level API.javassist.bytecode.stackmap -
-
Uses of StackMap in javassist.bytecode
Fields in javassist.bytecode declared as StackMap Modifier and Type Field Description (package private) StackMapCodeIterator.Pointers. stack2Methods in javassist.bytecode that return StackMap Modifier and Type Method Description StackMapStackMap.Copier. getStackMap()StackMapStackMap.Writer. toStackMap(ConstPool cp)Converts to aStackMapattribute.Methods in javassist.bytecode with parameters of type StackMap Modifier and Type Method Description voidCodeAttribute. setAttribute(StackMap sm)Adds a stack map table for J2ME (CLDC).Constructors in javassist.bytecode with parameters of type StackMap Constructor Description Copier(StackMap map, ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)InsertLocal(StackMap map, int varIndex, int varTag, int varData)NewRemover(StackMap map, int where)Printer(StackMap map, java.io.PrintWriter out)Shifter(StackMap smt, int where, int gap, boolean exclusive)SimpleCopy(StackMap map)SwitchShifter(StackMap smt, int where, int gap)Walker(StackMap sm)Constructs a walker. -
Uses of StackMap in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap that return StackMap Modifier and Type Method Description static StackMapMapMaker. make2(ClassPool classes, MethodInfo minfo)Computes the stack map table for J2ME.StackMapMapMaker. toStackMap2(ConstPool cp, TypedBlock[] blocks)
-