public class StackMapFrame extends Object
| Modifier and Type | Field and Description |
|---|---|
Label |
label
A
Label for frame offset within method bytecode. |
List |
locals
A List of
StackMapType instances that represent locals for
this frame. |
List |
stack
A List of
StackMapType instances that represent stack for
this frame. |
| Constructor and Description |
|---|
StackMapFrame(Label label,
List locals,
List stack) |