org.eclipse.jdt.internal.core.util
Class StackMapFrame
java.lang.Object
org.eclipse.jdt.internal.core.util.ClassFileStruct
org.eclipse.jdt.internal.core.util.StackMapFrame
public class StackMapFrame
- extends ClassFileStruct
Default implementation of IStackMapFrame
|
Constructor Summary |
StackMapFrame(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for StackMapFrame. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackMapFrame
public StackMapFrame(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
- Constructor for StackMapFrame.
- Parameters:
classFileBytes - constantPool - offset -
- Throws:
ClassFormatException
getFrameType
public int getFrameType()
getLocals
public IVerificationTypeInfo[] getLocals()
getNumberOfLocals
public int getNumberOfLocals()
getNumberOfStackItems
public int getNumberOfStackItems()
getOffsetDelta
public int getOffsetDelta()
getStackItems
public IVerificationTypeInfo[] getStackItems()