| CCommentState |
This state will either delegate to a comment-handling state, or return a token with just a slash in it.
|
| CppCommentState |
This state will either delegate to a comment-handling state, or return a token with just a slash in it.
|
| GenericCommentState |
A CommentState object returns a comment from a scanner.
|
| GenericNumberState |
A NumberState object returns a number from a scanner.
|
| GenericQuoteState |
A quoteState returns a quoted string token from a scanner.
|
| GenericSymbolState |
The idea of a symbol is a character that stands on its own, such as an ampersand or a parenthesis.
|
| GenericTokenizer |
Implements a default tokenizer class.
|
| GenericWhitespaceState |
A whitespace state ignores whitespace (such as blanks and tabs), and returns the tokenizer's
next token.
|
| GenericWordState |
A wordState returns a word from a scanner.
|
| SymbolNode |
|
| SymbolRootNode |
This class is a special case of a SymbolNode.
|