org.norecess.citkit.lir.instructions
Class LIRIf

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

public class LIRIf
extends java.lang.Object
implements LIRInstruction


Constructor Summary
LIRIf(LIRExpression condition, LIRLabel label)
           
 
Method Summary
<T> T
accept(LIRInstructionVisitor<T> visitor)
           
 boolean equals(java.lang.Object other)
           
 LIRExpression getCondition()
           
 LIRLabel getLabel()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LIRIf

public LIRIf(LIRExpression condition,
             LIRLabel label)
Method Detail

getCondition

public LIRExpression getCondition()

getLabel

public LIRLabel getLabel()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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