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
Set file name.
Advance to the next token
See Implementation
Generates tokens from data provided by a Reader.