public class StackMapAttribute extends ClassFileAttribute implements IStackMapAttribute
IStackMapAttributeNO_ATTRIBUTES| Constructor and Description |
|---|
StackMapAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LineNumberAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
int |
getNumberOfEntries()
Answer back the number of stack map frames of this atribute as specified in
the JVM specifications.
|
IStackMapFrame[] |
getStackMapFrame()
Answer back the stack map frames for this attribute as specified
in the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic StackMapAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic int getNumberOfEntries()
IStackMapAttributegetNumberOfEntries in interface IStackMapAttributepublic IStackMapFrame[] getStackMapFrame()
IStackMapAttributegetStackMapFrame in interface IStackMapAttributepublic byte[] getBytes()