Uses of Interface
org.norecess.citkit.tir.expressions.IIntegerETIR

Packages that use IIntegerETIR
org.norecess.citkit.tir.expressions This package provides the classes for the expressions in a language. 
org.norecess.citkit.visitors   
 

Uses of IIntegerETIR in org.norecess.citkit.tir.expressions
 

Classes in org.norecess.citkit.tir.expressions that implement IIntegerETIR
 class IntegerETIR
          The TIR for a literal integer expression.
 

Uses of IIntegerETIR in org.norecess.citkit.visitors
 

Methods in org.norecess.citkit.visitors with parameters of type IIntegerETIR
 T ExpressionTIRVisitor.visitIntegerETIR(IIntegerETIR expression)