Uses of Interface
org.norecess.citkit.tir.types.IArrayTIR

Packages that use IArrayTIR
org.norecess.citkit.tir.types   
org.norecess.citkit.visitors   
 

Uses of IArrayTIR in org.norecess.citkit.tir.types
 

Classes in org.norecess.citkit.tir.types that implement IArrayTIR
 class ArrayTTIR
          The AST for an array type.
 

Uses of IArrayTIR in org.norecess.citkit.visitors
 

Methods in org.norecess.citkit.visitors with parameters of type IArrayTIR
 T TypeTIRVisitor.visitArrayType(IArrayTIR arrayType)