org.norecess.citkit.lir
Interface LIROperand

All Known Implementing Classes:
LIRInteger, LIRRegisterOperand

public interface LIROperand


Method Summary
<T> T
accept(LIROperandVisitor<T> visitor)
           
 

Method Detail

accept

<T> T accept(LIROperandVisitor<T> visitor)