public class LocalVariableReferenceInfo extends ClassFileStruct implements ILocalVariableReferenceInfo
| Constructor and Description |
|---|
LocalVariableReferenceInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LocalVariableTableEntry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Answer back the resolved position of the local variable as specified in
the JVM specifications.
|
int |
getLength()
Answer back the length of this entry as specified in
the JVM specifications.
|
int |
getStartPC()
Answer back the start pc of this entry as specified in
the JVM specifications.
|
public LocalVariableReferenceInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic int getStartPC()
ILocalVariableReferenceInfogetStartPC in interface ILocalVariableReferenceInfoILocalVariableReferenceInfo.getStartPC()public int getLength()
ILocalVariableReferenceInfogetLength in interface ILocalVariableReferenceInfoILocalVariableReferenceInfo.getLength()public int getIndex()
ILocalVariableReferenceInfogetIndex in interface ILocalVariableReferenceInfoILocalVariableReferenceInfo.getIndex()