当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
StackMapFrame.ChopFrame (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class StackMapFrame.ChopFrame
java.lang.Object
org.netbeans.modules.classfile.StackMapFrame
org.netbeans.modules.classfile.StackMapFrame.ChopFrame
- Enclosing class:
- StackMapFrame
public static final class StackMapFrame.ChopFrame
- extends StackMapFrame
A frame type of 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
.
Method Summary |
int |
getOffsetDelta()
Returns the offset_delta for this frame type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOffsetDelta
public int getOffsetDelta()
- Returns the
offset_delta
for this frame type.
- Specified by:
getOffsetDelta
in class StackMapFrame