public static final class StackMapFrame.SameFrame extends StackMapFrame
same_frame, which means that the frame
has exactly the same locals as the previous stack map frame and that
the number of stack items is zero.StackMapFrame.AppendFrame, StackMapFrame.ChopFrame, StackMapFrame.FullFrame, StackMapFrame.SameFrame, StackMapFrame.SameFrameExtended, StackMapFrame.SameLocals1StackItemFrame, StackMapFrame.SameLocals1StackItemFrameExtended| Modifier and Type | Method and Description |
|---|---|
int |
getOffsetDelta()
The
offset_delta value for the frame is the value
of the tag item, frame_type. |
getFrameTypepublic int getOffsetDelta()
offset_delta value for the frame is the value
of the tag item, frame_type.getOffsetDelta in class StackMapFrameBuilt on May 26 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.