-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
This interface describes a character stream that maintains line and
column number positions of the characters.
Token literal values and constants.
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
This exception is thrown when parse errors are encountered.
Abstract interface for reading from a stream.
Describes the input token stream.