CharTokenFactory |
Factory for generating CharToken objects ensuring that only one of any
specific CharToken object is created (enforcing CharToken singleton-ness per
char value)
|
ColorToken |
Represents a color (using double values).
|
EOFToken |
This represents an end-of-file token.
|
IdentifierToken |
Represents an identifier (a variable name)
|
NumberToken |
Represents a number (using double values).
|
StringInputToken |
Represents string input from the text box
|
Token |
Represents tokens in the Picasso programming language
|
TokenFactory |
Looks at a generic token and creates the appropriate token type
|