Package | Description |
---|---|
slogo.parser.token |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentToken
Represents the assignment token ("=")
|
class |
EqualToken
Represents = token
|
class |
LeftBracketToken
Represents a left bracket
|
class |
LeftParenToken
Represents a left parenthesis
|
class |
RightBracketToken
Represents a right bracket
|
class |
RightParenToken
Represents a right parenthesis
|
Modifier and Type | Method and Description |
---|---|
static CharToken |
CharTokenFactory.getToken(int ch) |