This package contains interfaces and classes used to define a scanner.
Interfaces
IScanner
Defines scanner that can read and unread characters and count lines. This scanner is used by tokenizers to process input streams.
Classes
StringScanner
Scan characters in a string that allows tokenizers to look ahead through a stream to perform lexical analysis.