当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
StackMapFrame.FullFrame (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class StackMapFrame.FullFrame
java.lang.Object
org.netbeans.modules.classfile.StackMapFrame
org.netbeans.modules.classfile.StackMapFrame.FullFrame
- Enclosing class:
- StackMapFrame
public static final class StackMapFrame.FullFrame
- extends StackMapFrame
A frame type of full_frame
, which declares all of its
locals and stack items.
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
getLocals
public VerificationTypeInfo[] getLocals()
- Returns the verification type info for this frame's set of
locals.
getStackItems
public VerificationTypeInfo[] getStackItems()
- Returns the verification type info for this frame's set of
stack items.