public class StackMapFrame extends Object
StackMapAttribute
to hold 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 sohould be always of type Top.Constructor and Description |
---|
StackMapFrame() |
Modifier and Type | Method and Description |
---|---|
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) |
public int read(ClassReader cr, int off, char[] buf, int codeOff, Label[] labels)
public void write(ClassWriter cw, int maxStack, int maxLocals, ByteVector bv)
public void getLabels(Set labels)
Copyright © 2022. All rights reserved.