org.objectweb.asm.attrs
Class StackMapFrame
public class StackMapFrame
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.
- Eugene Kuleshov
JSR 139 : Connected
Limited Device Configuration 1.1
getLabels
public void getLabels(Set labels)
read
public int read(ClassReader cr,
int off,
char[] buf,
int codeOff,
Label[] labels)
toString
public String toString()