Package-level declarations

Types

Link copied to clipboard
interface CharStream

This interface describes a character stream that maintains line and column number positions of the characters. It also has the capability to backup the stream to some extent. An implementation of this interface is used in the TokenManager implementation generated by JavaCCParser.

Link copied to clipboard

An efficient implementation of JavaCC's CharStream interface.