Methods in fr.umlv.tatoo.runtime.lexer with parameters of type ActionProcessor |
ProcessReturn |
NoLexerErrorRecoveryPolicy.continueRecoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
|
ProcessReturn |
DefaultLexerErrorRecoveryPolicy.continueRecoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
|
ProcessReturn |
LexerErrorRecoveryPolicy.continueRecoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
Called when error recovery was initiated by recover on error, and method LexerErrorRecoveryPolicy.errorRecoveryNeedsContinuation()
returns true |
ProcessReturn |
NoLexerErrorRecoveryPolicy.continueRecoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
|
ProcessReturn |
DefaultLexerErrorRecoveryPolicy.continueRecoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
|
ProcessReturn |
LexerErrorRecoveryPolicy.continueRecoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
Called when error recovery was initiated by recover on error, and method
LexerErrorRecoveryPolicy.unexpectedEndOfFileRecoveryNeedsContinuation()
returns true |
void |
NoLexerErrorRecoveryPolicy.recoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
|
void |
DefaultLexerErrorRecoveryPolicy.recoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
|
void |
LexerErrorRecoveryPolicy.recoverOnError(Lexer<B> lexer,
ActionProcessor<R> processor)
Called when the impossible match first occurs. |
void |
NoLexerErrorRecoveryPolicy.recoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
|
void |
DefaultLexerErrorRecoveryPolicy.recoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
|
void |
LexerErrorRecoveryPolicy.recoverOnUnexpectedEndOfFile(Lexer<B> lexer,
ActionProcessor<R> processor)
Called when the impossible match first occurs at end of input. |