Simple Char Stream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Constructors
Link copied to clipboard
Constructor.
Constructor.
Constructor.
constructor(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int, buffersize: Int)
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Functions
Link copied to clipboard
Method to adjust line and column numbers for the start of a token.
Link copied to clipboard
Start.
Link copied to clipboard
Get token beginning column number.
Link copied to clipboard
Get token beginning line number.
Link copied to clipboard
Get token end column number.
Link copied to clipboard
Get token end line number.