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

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

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

Classes in org.norecess.citkit.tir.expressions that implement IIfETIR
 class IfETIR
          The TIR for an if statement.
 

Uses of IIfETIR in org.norecess.citkit.visitors
 

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