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