public class LocalVariableTypeAttribute extends ClassFileAttribute implements ILocalVariableTypeTableAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
LocalVariableTypeAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LocalVariableTypeAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
ILocalVariableTypeTableEntry[] |
getLocalVariableTypeTable()
Answer back the local variable type table of this entry as specified in
the JVM specifications.
|
int |
getLocalVariableTypeTableLength()
Answer back the local variable type 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 LocalVariableTypeAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic ILocalVariableTypeTableEntry[] getLocalVariableTypeTable()
ILocalVariableTypeTableAttributegetLocalVariableTypeTable in interface ILocalVariableTypeTableAttributeILocalVariableTypeTableAttribute.getLocalVariableTypeTable()public int getLocalVariableTypeTableLength()
ILocalVariableTypeTableAttributegetLocalVariableTypeTableLength in interface ILocalVariableTypeTableAttributeILocalVariableTypeTableAttribute.getLocalVariableTypeTableLength()