|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.osr.VariableMapElement
public final class VariableMapElement
Variable map element (osr instruction, LinkedList MethodVariables)
| Field Summary | |
|---|---|
LinkedList<MethodVariables> |
mvars
|
Instruction |
osr
|
| Constructor Summary | |
|---|---|
VariableMapElement(Instruction inst,
LinkedList<MethodVariables> methVars)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Instruction osr
public final LinkedList<MethodVariables> mvars
| Constructor Detail |
|---|
public VariableMapElement(Instruction inst,
LinkedList<MethodVariables> methVars)
| 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 | ||||||||||