Uses of Class
javassist.bytecode.StackMapTable
Packages that use StackMapTable
-
Uses of StackMapTable in javassist.bytecode
Fields in javassist.bytecode declared as StackMapTableModifier and TypeFieldDescription(package private) StackMapTable
CodeIterator.Pointers.stack
private StackMapTable
StackMapTable.Shifter.stackMap
Methods in javassist.bytecode that return StackMapTableModifier and TypeMethodDescriptionStackMapTable.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 StackMapTableModifier and TypeMethodDescriptionstatic void
StackMapTable.Printer.print
(StackMapTable smt, 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 StackMapTableModifierConstructorDescriptionOffsetShifter
(StackMapTable smt, int where, int gap) Shifter
(StackMapTable smt, int where, int gap, boolean exclusive) (package private)
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 StackMapTableModifier and TypeMethodDescriptionstatic StackMapTable
MapMaker.make
(ClassPool classes, MethodInfo minfo) Computes the stack map table of the given method and returns it.MapMaker.toStackMap
(TypedBlock[] blocks)