org.norecess.citkit.lir.instructions
Class LIRGoto

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

public class LIRGoto
extends java.lang.Object
implements LIRInstruction


Constructor Summary
LIRGoto(LIRLabel destination)
           
 
Method Summary
<T> T
accept(LIRInstructionVisitor<T> visitor)
           
 boolean equals(java.lang.Object other)
           
 LIRLabel getDestination()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LIRGoto

public LIRGoto(LIRLabel destination)
Method Detail

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

getDestination

public LIRLabel getDestination()

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