Uses of Package
org.inxar.syntacs.analyzer.syntactic

Packages that use org.inxar.syntacs.analyzer.syntactic
com.inxar.syntacs.analyzer.syntactic Defines classes which implement the syntax analyzer interfaces. 
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. 
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.lr Declares interfaces specific to LR translation. 
 

Classes in org.inxar.syntacs.analyzer.syntactic used by com.inxar.syntacs.analyzer.syntactic
Correction
          A Correction is a discrete instruction for a Parser to execute (apply) during an error recovery.
Parser
          The Parser is responsible for managing the construction of the parse tree; to do so it interacts with the LexerInterpreter (presumably) and the ParserInterpreter.
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".
Recovery
          A Recovery is a sequential list of Correction instances to be executed by the Parser..
 

Classes in org.inxar.syntacs.analyzer.syntactic used by com.inxar.syntacs.translator.lr
Parser
          The Parser is responsible for managing the construction of the parse tree; to do so it interacts with the LexerInterpreter (presumably) and the ParserInterpreter.
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".
Recovery
          A Recovery is a sequential list of Correction instances to be executed by the Parser..
Sentence
          The Sentence interface is essentially a view into the top of the LR parse stack.
 

Classes in org.inxar.syntacs.analyzer.syntactic used by com.inxar.syntacs.translator.regexp
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".
Sentence
          The Sentence interface is essentially a view into the top of the LR parse stack.
 

Classes in org.inxar.syntacs.analyzer.syntactic used by com.inxar.syntacs.translator.syntacs
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".
Recovery
          A Recovery is a sequential list of Correction instances to be executed by the Parser..
Sentence
          The Sentence interface is essentially a view into the top of the LR parse stack.
 

Classes in org.inxar.syntacs.analyzer.syntactic used by org.inxar.syntacs.analyzer.lexical
Parser
          The Parser is responsible for managing the construction of the parse tree; to do so it interacts with the LexerInterpreter (presumably) and the ParserInterpreter.
 

Classes in org.inxar.syntacs.analyzer.syntactic used by org.inxar.syntacs.analyzer.syntactic
Correction
          A Correction is a discrete instruction for a Parser to execute (apply) during an error recovery.
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".
Recovery
          A Recovery is a sequential list of Correction instances to be executed by the Parser..
Sentence
          The Sentence interface is essentially a view into the top of the LR parse stack.
 

Classes in org.inxar.syntacs.analyzer.syntactic used by org.inxar.syntacs.translator.lr
Parser
          The Parser is responsible for managing the construction of the parse tree; to do so it interacts with the LexerInterpreter (presumably) and the ParserInterpreter.
ParserInterpreter
          The ParserInterpreter interface is reponsible for handling "parser events".