|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.classloader.LocalVariableTable.LocalVariable
static class LocalVariableTable.LocalVariable
Information needed to describe a local variable
Field Summary | |
---|---|
private Atom |
descriptor
The variable's type descriptor. |
private int |
frameIndex
The slot on the local variable stack where the variable is stored. |
private int |
length
The variable is active in PC values [startPC, startPC+length]. |
private Atom |
name
The variable's name. |
private int |
startPC
The start PC location where the variable is active |
Constructor Summary | |
---|---|
LocalVariableTable.LocalVariable(int startPC,
int length,
Atom name,
Atom descriptor,
int frameIndex)
Construct a local variable. |
Method Summary | |
---|---|
String |
toString()
String represenation of this local variable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final int startPC
private final int length
private final Atom name
private final Atom descriptor
private final int frameIndex
Constructor Detail |
---|
LocalVariableTable.LocalVariable(int startPC, int length, Atom name, Atom descriptor, int frameIndex)
startPC
- length
- name
- descriptor
- frameIndex
- Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |