|
Javassist 3.15.0-GA-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackMap | |
---|---|
javassist.bytecode | Bytecode-level API. |
javassist.bytecode.stackmap |
Uses of StackMap in javassist.bytecode |
---|
Methods in javassist.bytecode that return StackMap | |
---|---|
StackMap |
StackMap.Writer.toStackMap(ConstPool cp)
Converts to a StackMap attribute. |
Methods in javassist.bytecode with parameters of type StackMap | |
---|---|
void |
CodeAttribute.setAttribute(StackMap sm)
Adds a stack map table for J2ME (CLDC). |
Constructors in javassist.bytecode with parameters of type StackMap | |
---|---|
StackMap.Walker(StackMap sm)
Constructs a walker. |
Uses of StackMap in javassist.bytecode.stackmap |
---|
Methods in javassist.bytecode.stackmap that return StackMap | |
---|---|
static StackMap |
MapMaker.make2(ClassPool classes,
MethodInfo minfo)
Computes the stack map table for J2ME. |
StackMap |
MapMaker.toStackMap2(ConstPool cp,
TypedBlock[] blocks)
|
|
Javassist 3.15.0-GA-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |