org.norecess.citkit.lir.instructions
Class LIRStore

java.lang.Object
  extended by org.norecess.citkit.lir.instructions.LIRStore
All Implemented Interfaces:
LIRInstruction

public class LIRStore
extends java.lang.Object
implements LIRInstruction


Constructor Summary
LIRStore(LIRMemoryAddress address, LIROperand operand)
           
 
Method Summary
<T> T
accept(LIRInstructionVisitor<T> visitor)
           
 LIRMemoryAddress getAddress()
           
 LIROperand getOperand()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LIRStore

public LIRStore(LIRMemoryAddress address,
                LIROperand operand)
Method Detail

getAddress

public LIRMemoryAddress getAddress()

getOperand

public LIROperand getOperand()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accept

public <T> T accept(LIRInstructionVisitor<T> visitor)
Specified by:
accept in interface LIRInstruction