|
Class Summary |
| ConstantToken |
A Token matching one specific sequence of characters |
| EnumToken |
A Token matching any of a series of words |
| LineParser |
Takes a line contained in a String, and gives the ability to parse that string
to see if it matches a sequence of tokens. |
| NumericToken |
A Token that consists of a sequence of numeric chars |
| PrefixToken |
A Token that consists of a non-numeric character followed by sequence of numeric ones |
| StringToken |
A String - a series of characters delimited by quotation marks |
| SuffixToken |
A Token that consists of a sequence of numeric characters followed by
a non-numeric one |
| TokenSequence |
Encapsulation class for a sequence of Tokens |