|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.liveness.LiveSetElement
final class LiveSetElement
| Field Summary | |
|---|---|
private LiveSetElement |
next
The next field |
private RegisterOperand |
regOp
The register operand, i.e., the data |
| Constructor Summary | |
|---|---|
LiveSetElement(RegisterOperand register)
Construct an LiveSetElement. |
|
| Method Summary | |
|---|---|
LiveSetElement |
getNext()
Returns the next element on this list |
Register |
getRegister()
Returns the register associated with this element |
RegisterOperand |
getRegisterOperand()
Returns the register operand associated with this element |
TypeReference |
getRegisterType()
Returns the register type associated with this element |
void |
setNext(LiveSetElement newNext)
Sets the next element field |
void |
setRegisterOperand(RegisterOperand newRegOp)
Change the register operand. |
String |
toString()
Returns a string version of this element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private RegisterOperand regOp
private LiveSetElement next
| Constructor Detail |
|---|
LiveSetElement(RegisterOperand register)
LiveSetElement.
register - An RegisterOperand| Method Detail |
|---|
public RegisterOperand getRegisterOperand()
public void setRegisterOperand(RegisterOperand newRegOp)
public Register getRegister()
public TypeReference getRegisterType()
public LiveSetElement getNext()
public void setNext(LiveSetElement newNext)
newNext - the next element fieldpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||