|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LexerErrorForwarder<B extends LexerBuffer>
Lexer error forwarding interface.
| Method Summary | |
|---|---|
ForwardReturn |
forwardUnexpectedCharacter(Lexer<B> buffer)
Forwards unexpected character found during the lexing process. |
void |
forwardUnexpectedEndOfFile(Lexer<B> buffer)
Forwards unexpected end of file during the lexing process. |
| Method Detail |
|---|
ForwardReturn forwardUnexpectedCharacter(Lexer<B> buffer)
buffer - the buffer that push the character
void forwardUnexpectedEndOfFile(Lexer<B> buffer)
buffer - the buffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||