Uses of Class
javassist.bytecode.StackMap
Packages that use StackMap
-
Uses of StackMap in javassist.bytecode
Methods in javassist.bytecode that return StackMapModifier and TypeMethodDescriptionStackMap.Writer.toStackMap
(ConstPool cp) Converts to aStackMap
attribute.Methods in javassist.bytecode with parameters of type StackMapModifier and TypeMethodDescriptionvoid
CodeAttribute.setAttribute
(StackMap sm) Adds a stack map table for J2ME (CLDC).Constructors in javassist.bytecode with parameters of type StackMap