Uses of Class
javassist.bytecode.StackMap
Packages that use StackMap
-
Uses of StackMap in javassist.bytecode
Fields in javassist.bytecode declared as StackMapMethods in javassist.bytecode that return StackMapModifier and TypeMethodDescriptionStackMap.Copier.getStackMap()
StackMap.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 StackMapModifierConstructorDescription(package private)
(package private)
InsertLocal
(StackMap map, int varIndex, int varTag, int varData) (package private)
NewRemover
(StackMap map, int where) Printer
(StackMap map, PrintWriter out) (package private)
SimpleCopy
(StackMap map) SwitchShifter
(StackMap smt, int where, int gap) Constructs a walker. -
Uses of StackMap in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap that return StackMapModifier and TypeMethodDescriptionstatic StackMap
MapMaker.make2
(ClassPool classes, MethodInfo minfo) Computes the stack map table for J2ME.MapMaker.toStackMap2
(ConstPool cp, TypedBlock[] blocks)