Lines Matching full:lexer
79 rewind(mark()) should not affect the input cursor. The Lexer
175 pass the buck all the way to the lexer who can ask its input stream
184 @brief A source of characters for an ANTLR lexer.
210 lexer code. I'd prefer to return a char here type-wise, but it's
329 directly. Every method call counts in the lexer.
337 to parse. If you pass in a byte string, the Lexer will choke on
619 @param tokenSource A TokenSource instance (usually a Lexer) to pull