|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LRTranslatorInterpreter
interface is a union of
the LexerInterpreter
and
ParserInterpreter
interfaces.
Method Summary | |
Object |
getResult()
When translation is complete and there were no unrecoverable errors, the LRTranslatorInterpreter should be able
to produce some Object which was built from the
parse tree. |
Methods inherited from interface org.inxar.syntacs.analyzer.lexical.LexerInterpreter |
error, getParser, match, setParser, stop |
Methods inherited from interface org.inxar.syntacs.translator.lr.LRTranslationComponent |
getAuditor, getInput, getLRTranslatorGrammar, getProperties, initialize, reset, setAuditor, setInput, setLRTranslatorGrammar, setProperties |
Methods inherited from interface org.inxar.syntacs.analyzer.syntactic.ParserInterpreter |
accept, recover, reduce |
Method Detail |
public Object getResult()
LRTranslatorInterpreter
should be able
to produce some Object
which was built from the
parse tree. This Object
will be returned by the
Translator
if appropriate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |