|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of terminalspublic interface BranchingParserListener<T>
Listeners notified by the parser when sub-parser events occur.
ParserListener| Method Summary | |
|---|---|
boolean |
enter(T terminal)
Notifies that an enter action is performed by the parser. |
void |
exit()
Notifies that an exit action is performed by the parser. |
| Method Detail |
|---|
boolean enter(T terminal)
terminal - the corresponding magic terminal.
Parser.push(Object, Object)void exit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||