com.uwyn.rife.continuations.asm.attrs
Class StackMapFrame
java.lang.Object
com.uwyn.rife.continuations.asm.attrs.StackMapFrame
- public class StackMapFrame
- extends Object
Holds the state of the stack and local variables for a single execution
branch.
Note that Long and Double types are represented by two entries in locals
and stack. Second entry should be always of type Top.
- Author:
- Eugene Kuleshov
- See Also:
- JSR 139 : Connected
Limited Device Configuration 1.1
label
public Label label
locals
public List locals
stack
public List stack
StackMapFrame
public StackMapFrame()
read
public int read(ClassReader cr,
int off,
char[] buf,
int codeOff,
Label[] labels)
write
public void write(ClassWriter cw,
int maxStack,
int maxLocals,
ByteVector bv)
getLabels
public void getLabels(Set labels)
toString
public String toString()