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