| Package | Description |
|---|---|
| javassist.bytecode |
Bytecode-level API.
|
| javassist.bytecode.stackmap |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
CodeAttribute.setAttribute(StackMapTable smt) |
Adds a stack map table.
|
| Constructor | Description |
|---|---|
Walker(StackMapTable smt) |
Constructs a walker.
|
| Modifier and Type | Method | 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 © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.