Uses of Class
ValueBase

Uses of ValueBase in <Unnamed>
 

Subclasses of ValueBase in <Unnamed>
 class BoxedValue
          Holds an Object used as a Value processed by the interpreted program.
 class Closure
          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 +.
 class FunctionBase
          An abstract class providing the portion of the Function interface that comes from the Value interface.
 class IntComparison
          An abstract base class for integer comparison functions such as <.
 class IntOperation
          An abstract base class for integer arithmetic functions such as +.
 class PrimitiveFunction
          A function the name of which is known by the InitialEnvironment.