|
Class Summary |
| ScientificNumberState |
A ScientificNumberState object returns a
number from a reader. |
| ShowDefaultTokenization |
This class shows some aspects of default tokenization. |
| ShowNewSymbol |
This class shows how to add a new multi-character symbol. |
| ShowNoComment |
This class shows how to not ignore Java-style
comments. |
| ShowQuoteState |
This class demonstrates how QuoteState
works. |
| ShowScientific |
This class shows how to use a tokenizer that accepts
scientific notation with an arithmetic parser. |
| ShowSuppliedReader |
This class shows that you can supply your own reader to
a tokenizer. |
| ShowTokenizer |
Show a default Tokenizer object at work. |
| ShowTokenizer2 |
Show a StreamTokenizer object at work. |
| ShowTokenString |
This class shows a collaboration of objects from classes
Tokenizer, TokenStringSource,
TokenString, TokenAssembly. |
| ShowWord |
This class shows a Tokenizer consuming a word. |