A B C D E G I J L M N O P Q R S T U V

C

CARET - Static variable in class slogo.jelan.CharConsts
 
CharConsts - Class in slogo.jelan
Symbolic names for character constants
CharConsts() - Constructor for class slogo.jelan.CharConsts
 
CharToken - Class in slogo.jelan.parser.tokens
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.jelan.parser.tokens
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.jelan.parser.tokens.CharTokenFactory
 
COMMA - Static variable in class slogo.jelan.CharConsts
 
compareTo(Variable) - Method in class slogo.jelan.expressions.Variable
Compares variables alphabetically by name
Context - Interface in slogo.jelan
Context is a hook for implementing language features that require an environment for evaluation.

A B C D E G I J L M N O P Q R S T U V