public static final class StackMapFrame.SameFrameExtended extends StackMapFrame
same_frame_extended
, which means 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()
Returns the
offset_delta for this frame type. |
getFrameType
public int getOffsetDelta()
offset_delta
for this frame type.getOffsetDelta
in class StackMapFrame