public static final class StackMapFrame.ChopFrame extends StackMapFrame
chop_frame
, which means that the operand
stack is empty and the current locals are the same as the locals in
the previous frame, except that the k last locals are absent.
The value of k is given by the formula 251-frame_type
.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