|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
slogo.jelan.expressions | |
slogo.jelan.instructions |
Uses of Variable in slogo.jelan.expressions |
---|
Methods in slogo.jelan.expressions that return Variable | |
---|---|
static Variable |
VariableFactory.getVariable(IdentifierToken t)
|
Methods in slogo.jelan.expressions with parameters of type Variable | |
---|---|
int |
Variable.compareTo(Variable v)
Compares variables alphabetically by name |
Uses of Variable in slogo.jelan.instructions |
---|
Constructors in slogo.jelan.instructions with parameters of type Variable | |
---|---|
Assignment(Variable v,
Expression e)
Construct an Assignment instruction from a variable and an expression, e.g., X = expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |