当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
StackMapFrame.SameLocals1StackItemFrameExtended (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class StackMapFrame.SameLocals1StackItemFrameExtended
java.lang.Object
org.netbeans.modules.classfile.StackMapFrame
org.netbeans.modules.classfile.StackMapFrame.SameLocals1StackItemFrameExtended
- Enclosing class:
- StackMapFrame
public static final class StackMapFrame.SameLocals1StackItemFrameExtended
- extends StackMapFrame
A frame type of same_locals_1_stack_item_frame_extended
,
which means that the frame has exactly the same locals as the previous
stack map frame and that the number of stack items is 1.
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
getVerificationTypeInfo
public VerificationTypeInfo getVerificationTypeInfo()
- Returns the verification type info for the single stack item for
this frame.