Package code.term

Interface Summary
TermImpl The interface that all term implmentation must implement.
 

Class Summary
Term This class implements a term.
TermImplBuiltin Term representation for built in terms (eg ints, chars, ect).
TermImplChar Term implementation for characters.
TermImplFloat Term representations for floats.
TermImplInt Term representation for ints.
TermImplOpaque Term representation for opaque type.
TermImplRef  
TermImplString Term representations for strings.
TermImplUser Term representation for user defined terms.
Variable Term representation for free variables.
 

Exception Summary
ParseError Description of the Class