Uses of Class
javassist.bytecode.StackMapTable
Packages that use StackMapTable
-
Uses of StackMapTable in javassist.bytecode
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 TypeMethodDescriptionvoid
CodeAttribute.setAttribute
(StackMapTable smt) Adds a stack map table.Constructors in javassist.bytecode with parameters of type StackMapTable