|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.osr.MethodVariables
public final class MethodVariables
A class to hold variables for a method at one program point.
Field Summary | |
---|---|
int |
bcIndex
which program point |
int |
methId
which method |
LinkedList<LocalRegPair> |
tupleList
a list of variables |
Constructor Summary | |
---|---|
MethodVariables(int mid,
int pc,
LinkedList<LocalRegPair> tupleList)
|
Method Summary | |
---|---|
LinkedList<LocalRegPair> |
getTupleList()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int methId
public int bcIndex
public LinkedList<LocalRegPair> tupleList
Constructor Detail |
---|
public MethodVariables(int mid, int pc, LinkedList<LocalRegPair> tupleList)
Method Detail |
---|
public LinkedList<LocalRegPair> getTupleList()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |