Package com.sri.oaa2.icl

Interface Summary
IntTestTerms Interface to create IclTerms operators.
OaaPrologVisitor  
OaaPrologVocabTokenTypes  
 

Class Summary
AnonNumberer  
GenerateManualConstruction Given a well-formed String, s--that is, one for which IclTerm.fromString(true, s) does not throw an exception--and where s contains no icldataq() type terms, this class can be used to generate a new String which represents the manual construction of the term represented by s.
GetListIterator  
IclAST  
IclASTFloat  
IclDataQ IclTerm representing binary data.
IclDb DataBase class for OAA V2.0
IclFloat  
IclGroup  
IclInt Represents an integer with at least 64 bits of precision.
IclList  
IclObjectUnificator  
IclStr Represents an ICL string, such as hello, 'hello', and 'hello.'.
IclString  
IclStruct Represents an IclTerm of the form a(b).
IclTerm The root of the IclTerm class heirarchy.
IclTermCache  
IclTermTraverser An abstract class for doing depth first traversal of an IclTerm.
IclUtils  
IclVar  
OaaPrologLexer  
OaaPrologParser  
StandardizeVars  
ToDouble  
ToFloat  
ToFunctor Used to get a functor from an IclTerm, if possible.
ToInt Objects of this class convert IclTerms to ints, if possible.
ToList Objects of this class convert IclTerms to an IclList.
ToLong  
ToReadOnly  
ToStarter  
ToString Used to convert IclTerms into a string representation.
ToWireString Convert an IclTerm into a string suitable for transmission over the wire.
Unifier Object based unification class and methods.
 

Exception Summary
TokenStreamEOF