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) StackMap
CodeIterator.Pointers. stack2
Methods in javassist.bytecode that return StackMap Modifier and Type Method Description StackMap
StackMap.Copier. getStackMap()
StackMap
StackMap.Writer. toStackMap(ConstPool cp)
Converts to aStackMap
attribute.Methods in javassist.bytecode with parameters of type StackMap Modifier and Type Method Description void
CodeAttribute. 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 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 StackMap
MapMaker. make2(ClassPool classes, MethodInfo minfo)
Computes the stack map table for J2ME.StackMap
MapMaker. toStackMap2(ConstPool cp, TypedBlock[] blocks)
-