Expand description
Lexer implementation
Structs§
- Base
Lexer - Default implementation of Lexer
Constants§
- LEXER_
DEFAULT_ MODE - Default lexer mode id
- LEXER_
DEFAULT_ TOKEN_ CHANNEL - Default channel lexer emits tokens to
- LEXER_
HIDDEN - Predefined additional channel for lexer to assign tokens to
- LEXER_
MORE - Special token type to indicate that lexer should continue current token on next iteration
see
Lexer::more() - LEXER_
SKIP - Special token type to indicate that lexer should not return current token
usually used to skip whitespaces and comments
see
Lexer::skip()
Traits§
- Lexer
- Lexer functionality required by
LexerATNSimulatorto work properly - Lexer
Recog - ! Usually generated by ANTLR !