| java.lang.Object com.uwyn.rife.asm.attrs.StackMapFrame
StackMapFrame | public class StackMapFrame (Code) | | 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.
See Also: JSR 139 : Connected
* Limited Device Configuration 1.1 See Also: "ClassFileFormat-Java6.fm Page 138 Friday, April 15, 2005 3:22 PM" author: Eugene Kuleshov |
Field Summary | |
public Label | label A Label for frame offset within method bytecode. | public List | locals A List of StackMapType instances that represent locals for
this frame. | public List | stack A List of StackMapType instances that represent stack for
this frame. |
label | public Label label(Code) | | A Label for frame offset within method bytecode.
|
locals | public List locals(Code) | | A List of StackMapType instances that represent locals for
this frame.
|
stack | public List stack(Code) | | A List of StackMapType instances that represent stack for
this frame.
|
|
|