Generates tokens from data provided by a Reader.
Construct a Scanner using specified Reader.
Return whether there are any more tokens left.
Return the current token
Get a mark from the current reader position
Set file name.
Advance to the next token
See Implementation
Generates tokens from data provided by a Reader.