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