org.norecess.citkit.lir.operands
Class LIRInteger

java.lang.Object
  extended by org.norecess.citkit.lir.operands.LIRInteger
All Implemented Interfaces:
LIROperand

public class LIRInteger
extends java.lang.Object
implements LIROperand


Constructor Summary
LIRInteger(int value)
           
 
Method Summary
<T> T
accept(LIROperandVisitor<T> visitor)
           
 boolean equals(java.lang.Object obj)
           
 int getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LIRInteger

public LIRInteger(int value)
Method Detail

getValue

public int getValue()

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(LIROperandVisitor<T> visitor)
Specified by:
accept in interface LIROperand