Uses of Interface
org.norecess.citkit.tir.data.DatumTIR

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

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

Subinterfaces of DatumTIR in org.norecess.citkit.tir.expressions
 interface IBooleanETIR
           
 interface IIntegerETIR
           
 interface IStringETIR
           
 

Classes in org.norecess.citkit.tir.expressions that implement DatumTIR
 class BooleanETIR
          A way to represent boolean values in Hobbes.
 class IntegerETIR
          The TIR for a literal integer expression.
 class StringETIR
          The TIR for a literal string expression.