A B C E F G I L N P S T V

C

Closure - Class in <Unnamed>
A Closure is a function defined by code being interpreted (either a function definition or a lambda expression), rather than being one of the built-in functions such as +.
Closure(String, Expression, Environment) - Constructor for class Closure
Creates a Closure with the specified components.
compute(int, int) - Method in class IntComparison
This method should be implemented in each concrete subclass.
compute(int, int) - Method in class IntOperation
This method should be implemented in each concrete subclass.
Conditional - Class in <Unnamed>
A Conditional is an if-then-else expression.
Conditional(Expression, Expression, Expression) - Constructor for class Conditional
Creates a Conditional with the specified components.
Constant - Class in <Unnamed>
A Constant is an expression with a directly specified value.
Constant(Object) - Constructor for class Constant
Creates a Constant for a Value representing the specified Object.
Constant(Value) - Constructor for class Constant
Creates a Constant with the specified Value.

A B C E F G I L N P S T V