|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.inxar.syntacs.analyzer | |
com.inxar.syntacs.analyzer | Defines classes which support lexical and syntactic analysis. |
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. |
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.analyzer used by com.inxar.syntacs.analyzerInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier.Symbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by com.inxar.syntacs.analyzer.syntacticSymbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by com.inxar.syntacs.translatorInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier. |
Classes in org.inxar.syntacs.analyzer used by com.inxar.syntacs.translator.lrInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier.Symbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by com.inxar.syntacs.translator.regexpSymbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by com.inxar.syntacs.translator.syntacsInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier.Symbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by org.inxar.syntacs.analyzer.syntacticSymbol
|
Symbol is an abstraction of either a terminal or a
nonterminal. |
Classes in org.inxar.syntacs.analyzer used by org.inxar.syntacs.translatorInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier. |
Classes in org.inxar.syntacs.analyzer used by org.inxar.syntacs.translator.lrInput
|
The Input interface is responsible for presenting a
raw character stream to the Lexer in a way that makes
the lexing process easier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |