Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
javassist.bytecode.stackmap |
Modifier and Type | Method | Description |
---|---|---|
StackMap |
StackMap.Writer.toStackMap(ConstPool cp) |
Converts to a
StackMap attribute. |
Modifier and Type | Method | Description |
---|---|---|
void |
CodeAttribute.setAttribute(StackMap sm) |
Adds a stack map table for J2ME (CLDC).
|
Constructor | Description |
---|---|
Walker(StackMap sm) |
Constructs a walker.
|
Modifier and Type | Method | Description |
---|---|---|
static StackMap |
MapMaker.make2(ClassPool classes,
MethodInfo minfo) |
Computes the stack map table for J2ME.
|
StackMap |
MapMaker.toStackMap2(ConstPool cp,
TypedBlock[] blocks) |
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.