Gets the column in the current line
The column in the current line in the stream
Gets the current line number
The current line number in the stream
Returns the character from the top of the stream without moving the stream pointer.
A character from the top of the stream or -1
if stream is empty.
Reads character from the top of the stream.
A read character or -1
if stream processed to the end.
Resets scanner to the initial position
Puts the one character back into the stream stream.
Pushes the specified number of characters to the top of the stream.
A number of characcted to be pushed back.
Generated using TypeDoc
Defines scanner that can read and unread characters and count lines. This scanner is used by tokenizers to process input streams.