|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parser | |
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. |
org.inxar.syntacs.analyzer.lexical | Declares interfaces which model objects used in lexical analysis. |
org.inxar.syntacs.translator.lr | Declares interfaces specific to LR translation. |
Uses of Parser in com.inxar.syntacs.analyzer.syntactic |
Classes in com.inxar.syntacs.analyzer.syntactic that implement Parser | |
class |
StandardParser
Concrete implementation of Parser . |
Uses of Parser in com.inxar.syntacs.translator.lr |
Methods in com.inxar.syntacs.translator.lr that return Parser | |
Parser |
StandardLRTranslatorInterpreter.getParser()
|
Methods in com.inxar.syntacs.translator.lr with parameters of type Parser | |
void |
StandardLRTranslatorInterpreter.setParser(Parser parser)
|
void |
StandardLRTranslator.setParser(Parser parser)
|
Uses of Parser in org.inxar.syntacs.analyzer.lexical |
Methods in org.inxar.syntacs.analyzer.lexical that return Parser | |
Parser |
LexerInterpreter.getParser()
Gets the Parser object which this LexerInterpreter
may relay Symbol events to. |
Methods in org.inxar.syntacs.analyzer.lexical with parameters of type Parser | |
void |
LexerInterpreter.setParser(Parser parser)
Sets the Parser object to which this
LexerInterpreter may relay Symbol events to. |
Uses of Parser in org.inxar.syntacs.translator.lr |
Methods in org.inxar.syntacs.translator.lr with parameters of type Parser | |
void |
LRTranslator.setParser(Parser parser)
Sets the Parser instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |