Package | Description |
---|---|
slogo.expression | |
slogo.instruction |
Class and Description |
---|
ArithmeticBase
The "base" or factor of arithmetic instructions (a number or a variable)
|
Variable
A variable stores a value and can be used in an expression.
|
VariableFactory
Clients can use this class to obtain a unique variable per identifier
(avoiding a proliferation of objects)
|
Class and Description |
---|
ArithmeticBase
The "base" or factor of arithmetic instructions (a number or a variable)
|
Variable
A variable stores a value and can be used in an expression.
|