Uses of Interface
org.norecess.citkit.visitors.LIROperandVisitor

Packages that use LIROperandVisitor
org.norecess.citkit.lir   
org.norecess.citkit.lir.operands   
 

Uses of LIROperandVisitor in org.norecess.citkit.lir
 

Methods in org.norecess.citkit.lir with parameters of type LIROperandVisitor
<T> T
LIROperand.accept(LIROperandVisitor<T> visitor)
           
 

Uses of LIROperandVisitor in org.norecess.citkit.lir.operands
 

Methods in org.norecess.citkit.lir.operands with parameters of type LIROperandVisitor
<T> T
LIRRegisterOperand.accept(LIROperandVisitor<T> visitor)
           
<T> T
LIRInteger.accept(LIROperandVisitor<T> visitor)