Uses of Class
javassist.bytecode.StackMapTable
-
Packages that use StackMapTable Package Description javassist.bytecode Bytecode-level API.javassist.bytecode.stackmap -
-
Uses of StackMapTable in javassist.bytecode
Fields in javassist.bytecode declared as StackMapTable Modifier and Type Field Description (package private) StackMapTable
CodeIterator.Pointers. stack
private StackMapTable
StackMapTable.Shifter. stackMap
Methods in javassist.bytecode that return StackMapTable Modifier and Type Method Description StackMapTable
StackMapTable.Writer. toStackMapTable(ConstPool cp)
Constructs and a return a stack map table containing the written stack map entries.Methods in javassist.bytecode with parameters of type StackMapTable Modifier and Type Method Description static void
StackMapTable.Printer. print(StackMapTable smt, java.io.PrintWriter writer)
Prints the stack table map.void
CodeAttribute. setAttribute(StackMapTable smt)
Adds a stack map table.Constructors in javassist.bytecode with parameters of type StackMapTable Constructor Description OffsetShifter(StackMapTable smt, int where, int gap)
Shifter(StackMapTable smt, int where, int gap, boolean exclusive)
SwitchShifter(StackMapTable smt, int where, int gap)
Walker(StackMapTable smt)
Constructs a walker. -
Uses of StackMapTable in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap that return StackMapTable Modifier and Type Method Description static StackMapTable
MapMaker. make(ClassPool classes, MethodInfo minfo)
Computes the stack map table of the given method and returns it.StackMapTable
MapMaker. toStackMap(TypedBlock[] blocks)
-