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.
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.
|
label
public Label label
A Label
for frame offset within method bytecode.
locals
public List locals
A List of StackMapType
instances that represent locals for
this frame.
stack
public List stack
A List of StackMapType
instances that represent stack for
this frame.
StackMapFrame
public StackMapFrame(Label label,
List locals,
List stack)
toString
public String toString()