org.norecess.citkit.lir.operands
Class LIRRegisterOffset
java.lang.Object
org.norecess.citkit.lir.operands.LIRRegisterOffset
- All Implemented Interfaces:
- LIRControlDestination
public class LIRRegisterOffset
- extends java.lang.Object
- implements LIRControlDestination
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LIRRegisterOffset
public LIRRegisterOffset(LIRRegister register,
int offset)
getRegister
public LIRRegister getRegister()
getOffset
public int getOffset()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
accept
public <T> T accept(LIRControlDestinationVisitor<T> visitor)
- Specified by:
accept
in interface LIRControlDestination