|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of terminal.N - type of non-terminal.public interface ParserErrorRecoveryListener<T,N>
Parser error recovery listener.
| Method Summary | |
|---|---|
void |
popNonTerminalOnError(N nonTerminal)
Notifies listener that error recovery has discarded a non-terminal and that corresponding metadata should be discarded. |
void |
popTerminalOnError(T terminal)
Notifies listener that error recovery has discarded a terminal and that corresponding metadata should be discarded. |
| Method Detail |
|---|
void popNonTerminalOnError(N nonTerminal)
nonTerminal - the non-terminal.void popTerminalOnError(T terminal)
terminal - the terminal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||