站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

StackMapFrame.FullFrame (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

org.netbeans.modules.classfile
Class StackMapFrame.FullFrame

java.lang.Object
  extended by org.netbeans.modules.classfile.StackMapFrame
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.modules.classfile.StackMapFrame
StackMapFrame.AppendFrame, StackMapFrame.ChopFrame, StackMapFrame.FullFrame, StackMapFrame.SameFrame, StackMapFrame.SameFrameExtended, StackMapFrame.SameLocals1StackItemFrame, StackMapFrame.SameLocals1StackItemFrameExtended
 
Method Summary
 VerificationTypeInfo[] getLocals()
          Returns the verification type info for this frame's set of locals.
 int getOffsetDelta()
          Returns the offset_delta for this frame type.
 VerificationTypeInfo[] getStackItems()
          Returns the verification type info for this frame's set of stack items.
 
Methods inherited from class org.netbeans.modules.classfile.StackMapFrame
getFrameType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.