org.objectweb.asm.attrs
public class StackMapFrame extends Object
See Also: JSR 139 : Connected
Limited Device Configuration 1.1
"ClassFileFormat-Java6.fm Page 138 Friday, April 15, 2005 3:22 PM"
Field Summary | |
---|---|
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 Summary | |
---|---|
StackMapFrame(Label label, List locals, List stack) |
Method Summary | |
---|---|
String | toString() |
Label
for frame offset within method bytecode.StackMapType
instances that represent locals for
this frame.StackMapType
instances that represent stack for
this frame.