org.objectweb.asm.attrs
public class StackMapFrame extends Object
See Also: JSR 139 : Connected
Limited Device Configuration 1.1
| Field Summary | |
|---|---|
| Label | label |
| List | locals |
| List | stack |
| Method Summary | |
|---|---|
| void | getLabels(Set labels) |
| int | read(ClassReader cr, int off, char[] buf, int codeOff, Label[] labels) |
| String | toString() |
| void | write(ClassWriter cw, int maxStack, int maxLocals, ByteVector bv) |