Uses of Package
org.inxar.syntacs.translator

Packages that use org.inxar.syntacs.translator
com.inxar.syntacs Contains the command-line front-ends to the Syntacs Translation Toolkit (STT) for compiling, running, and testing. 
com.inxar.syntacs.analyzer.lexical Defines classes which implement the lexical analyzer interfaces. 
com.inxar.syntacs.analyzer.syntactic Defines classes which implement the syntax analyzer interfaces. 
com.inxar.syntacs.translator Defines classes which implement several components used during the translation process. 
com.inxar.syntacs.translator.lr Defines classes which implement LR-specific translation machinery. 
com.inxar.syntacs.translator.regexp Defines classes which implement a Translator for regular expressions. 
com.inxar.syntacs.translator.syntacs Defines classes which implement a Translator for the syntacs grammar itself. 
com.inxar.syntacs.translator.test Defines classes which implement translators for several test grammars. 
org.inxar.syntacs.analyzer.lexical Declares interfaces which model objects used in lexical analysis. 
org.inxar.syntacs.analyzer.syntactic Declares interfaces which model objects used in syntax analysis. 
org.inxar.syntacs.translator Declares interfaces which abstract the lexing and parsing processes into a single translation process. 
org.inxar.syntacs.translator.lr Declares interfaces specific to LR translation. 
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.analyzer.lexical
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.analyzer.syntactic
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.translator
Auditor
          Auditor is a "global" repository for errors and warnings; a listener for complaints.
Complaint
          Complaint is a general name for a semantic/syntactic warnings and errors.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.translator.lr
Auditor
          Auditor is a "global" repository for errors and warnings; a listener for complaints.
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.translator.regexp
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.translator.syntacs
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.
 

Classes in org.inxar.syntacs.translator used by com.inxar.syntacs.translator.test
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.
 

Classes in org.inxar.syntacs.translator used by org.inxar.syntacs.analyzer.lexical
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
 

Classes in org.inxar.syntacs.translator used by org.inxar.syntacs.analyzer.syntactic
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
 

Classes in org.inxar.syntacs.translator used by org.inxar.syntacs.translator
Auditor
          Auditor is a "global" repository for errors and warnings; a listener for complaints.
Complaint
          Complaint is a general name for a semantic/syntactic warnings and errors.
TranslationException
          TranslationException is a carrier for errors discovered during a translation run.
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.
 

Classes in org.inxar.syntacs.translator used by org.inxar.syntacs.translator.lr
Auditor
          Auditor is a "global" repository for errors and warnings; a listener for complaints.
Translator
          A Translator is an object capable if transforming a stream of characters into an Object.
TranslatorGrammar
          The TranslatorGrammar interface describes the symbolic components of a grammar as well as acting as a factory for Translator instances.