Generates tokens from data provided by a Reader.
Construct a Scanner using specified Reader.
Destroy the scanner.
Check if the next token is one of specified types.
Return the next token, removing it from the queue.
Return the next token, but keep it in the queue.
See Implementation
Generates tokens from data provided by a Reader.