|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackMapTable | |
---|---|
javassist.bytecode | Bytecode-level API. |
javassist.bytecode.stackmap |
Uses of StackMapTable in javassist.bytecode |
---|
Methods in javassist.bytecode that return StackMapTable | |
---|---|
StackMapTable |
StackMapTable.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 StackMapTable | |
---|---|
void |
CodeAttribute.setAttribute(StackMapTable smt)
Adds a stack map table. |
Constructors in javassist.bytecode with parameters of type StackMapTable | |
---|---|
StackMapTable.Walker(StackMapTable smt)
Constructs a walker. |
Uses of StackMapTable in javassist.bytecode.stackmap |
---|
Methods in javassist.bytecode.stackmap that return StackMapTable | |
---|---|
static StackMapTable |
MapMaker.make(ClassPool classes,
MethodInfo minfo)
Computes the stack map table of the given method and returns it. |
StackMapTable |
MapMaker.toStackMap(TypedBlock[] blocks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |