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) StackMapTableCodeIterator.Pointers. stackprivate StackMapTableStackMapTable.Shifter. stackMapMethods in javassist.bytecode that return StackMapTable Modifier and Type Method Description StackMapTableStackMapTable.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 voidStackMapTable.Printer. print(StackMapTable smt, java.io.PrintWriter writer)Prints the stack table map.voidCodeAttribute. 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 StackMapTableMapMaker. make(ClassPool classes, MethodInfo minfo)Computes the stack map table of the given method and returns it.StackMapTableMapMaker. toStackMap(TypedBlock[] blocks)
-