public final class MethodVariables extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bcIndex
which program point
|
int |
methId
which method
|
LinkedList<LocalRegPair> |
tupleList
a list of variables
|
| Constructor and Description |
|---|
MethodVariables(int mid,
int pc,
LinkedList<LocalRegPair> tupleList) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<LocalRegPair> |
getTupleList() |
String |
toString() |
public int methId
public int bcIndex
public LinkedList<LocalRegPair> tupleList
public MethodVariables(int mid, int pc, LinkedList<LocalRegPair> tupleList)
public LinkedList<LocalRegPair> getTupleList()