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

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

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

Classes in org.norecess.citkit.tir.expressions that implement IRecordETIR
 class RecordETIR
          The TIR for an expression that creates (i.e., allocates) a new record object.
 

Uses of IRecordETIR in org.norecess.citkit.visitors
 

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