Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
javassist.bytecode.stackmap |
Modifier and Type | Method and Description |
---|---|
StackMapTable |
StackMapTable.Writer.toStackMapTable(ConstPool cp)
Constructs and a return a stack map table containing
the written stack map entries.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeAttribute.setAttribute(StackMapTable smt)
Adds a stack map table.
|
Constructor and Description |
---|
Walker(StackMapTable smt)
Constructs a walker.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2019. All rights reserved.