An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Whether parser is static.
Position in buffer.
Start.
Reset buffer when finished.
Get token literal value.
Get the suffix.
Method to adjust line and column numbers for the start of a token.
Backup a number of characters.
Get token beginning column number.
Get token beginning line number.
Get token end column number.
Get token end line number.
Read a character.