Package | Description |
---|---|
slogo | |
slogo.expression | |
slogo.parser.token |
Class and Description |
---|
Token
currently this is a flag interface
|
Class and Description |
---|
IdentifierToken
Represents an identifier (a variable name)
|
Class and Description |
---|
CharToken
A token represented by a single character, e.g., '*', ';', '[' and
so on; the method equals compares a CharToken as equal to another CharToken
encapsulating the same character.
|
EOFToken
This represents an end-of-file token Uses the singleton pattern since there's
no reason to have more than one such token.
|
EOLToken
This represents an end-of-line token.
|
IdentifierToken
Represents an identifier (a variable name)
|
NumberToken
Represents a number (using doubles).
|
ReservedToken
Represents a reserved word
|
Token
currently this is a flag interface
|