| 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  StackMapattribute. | 
| 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 © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.