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