public class LocalVariableAttribute extends ClassFileAttribute implements ILocalVariableAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
LocalVariableAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LocalVariableAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
ILocalVariableTableEntry[] |
getLocalVariableTable()
Answer back the local variable table of this entry as specified in
the JVM specifications.
|
int |
getLocalVariableTableLength()
Answer back the local variable table length of this entry 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 LocalVariableAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic ILocalVariableTableEntry[] getLocalVariableTable()
ILocalVariableAttributegetLocalVariableTable in interface ILocalVariableAttributeILocalVariableAttribute.getLocalVariableTable()public int getLocalVariableTableLength()
ILocalVariableAttributegetLocalVariableTableLength in interface ILocalVariableAttributeILocalVariableAttribute.getLocalVariableTableLength()