Constant antlr_rust::lexer::LEXER_SKIP[][src]

pub const LEXER_SKIP: isize = -3;
Expand description

Special token type to indicate that lexer should not return current token usually used to skip whitespaces and comments see Lexer::skip()