Package | Description |
---|---|
slogo.expression | |
slogo.instruction |
Modifier and Type | Method and Description |
---|---|
static Variable |
VariableFactory.getVariable(IdentifierToken idToken)
Determines the variable represented by the given id
|
Modifier and Type | Method and Description |
---|---|
int |
Variable.compareTo(Variable v)
Compare the variables by their names.
|
Constructor and Description |
---|
Assignment(Variable v,
GrammarElement e)
Construct an Assignment instruction from a variable and an expression,
e.g., X = expression.
|