- CARET - Static variable in class slogo.CharConsts
-
- CharConsts - Class in slogo
-
Symbolic names for character constants
- CharConsts() - Constructor for class slogo.CharConsts
-
- CharToken - Class in slogo.parser.token
-
A token represented by a single character, e.g., '*', ';', '[' and
so on; the method equals compares a CharToken as equal to another CharToken
encapsulating the same character.
- CharTokenFactory - Class in slogo.parser.token
-
Factory for generating CharToken objects ensuring that only one of any
specific CharToken object is created (enforcing CharToken singleton-ness per
char value)
- CharTokenFactory() - Constructor for class slogo.parser.token.CharTokenFactory
-
- COMMA - Static variable in class slogo.CharConsts
-
- compareTo(Variable) - Method in class slogo.expression.Variable
-
Compare the variables by their names.
- Context - Interface in slogo
-
Context is a hook for implementing language features that require an
environment for evaluation.