JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
G
I
J
L
M
N
O
P
Q
R
S
T
U
V
V
value(String)
- Method in interface slogo.
Context
If there are local/global variables, a variable might have a different value depending on the Context, so Contexts should support determining the value of an identifier (this method may be superfluous).
value(Context)
- Method in class slogo.expression.
ArithmeticBase
value(Context)
- Method in class slogo.expression.
Number
value(Context)
- Method in class slogo.expression.
Variable
value(Context)
- Method in class slogo.instruction.
Addition
value(Context)
- Method in class slogo.instruction.
ArithmeticInstruction
value(Context)
- Method in class slogo.instruction.
Division
value(Context)
- Method in class slogo.instruction.
Multiplication
value(Context)
- Method in class slogo.instruction.
Negation
value(Context)
- Method in class slogo.instruction.
Subtraction
value(Context)
- Method in class slogo.instruction.
UnaryExpression
value()
- Method in class slogo.parser.token.
CharToken
value()
- Method in class slogo.parser.token.
IdentifierToken
value()
- Method in class slogo.parser.token.
NumberToken
value()
- Method in class slogo.parser.token.
ReservedToken
value()
- Method in class slogo.parser.token.
VariableToken
Variable
- Class in
slogo.expression
A variable stores a value and can be used in an expression.
Variable(String)
- Constructor for class slogo.expression.
Variable
Represents a variable
VariableFactory
- Class in
slogo.expression
Clients can use this class to obtain a unique variable per identifier (avoiding a proliferation of objects)
VariableToken
- Class in
slogo.parser.token
Represents a variable
VariableToken(String)
- Constructor for class slogo.parser.token.
VariableToken
A
B
C
D
E
G
I
J
L
M
N
O
P
Q
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes