Uses of Interface
org.norecess.citkit.tir.TypeTIR

Packages that use TypeTIR
org.norecess.citkit.tir.declarations   
org.norecess.citkit.tir.types   
 

Uses of TypeTIR in org.norecess.citkit.tir.declarations
 

Methods in org.norecess.citkit.tir.declarations that return TypeTIR
 TypeTIR TypeDTIR.getType()
          Returns the type.
 TypeTIR ITypeDTIR.getType()
          Returns the type.
 

Constructors in org.norecess.citkit.tir.declarations with parameters of type TypeTIR
TypeDTIR(IPosition position, java.lang.String name, TypeTIR type)
          Constructs a new type declaration.
TypeDTIR(java.lang.String name, TypeTIR type)
          Basic constructor.
 

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

Subinterfaces of TypeTIR in org.norecess.citkit.tir.types
 interface IArrayTIR
           
 interface INameTTIR
           
 interface IRecordTTIR
           
 

Classes in org.norecess.citkit.tir.types that implement TypeTIR
 class ArrayTTIR
          The AST for an array type.
 class NameTTIR
          The AST for a named type.
 class RecordTTIR
          The AST for a record type.