All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.EmptyList
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Constant
|
+----Jaja.EmptyList
- public final class EmptyList
- extends Constant
This is the class containing an unique instance corresponding to
the empty list.
-
eprogn(Environment, WorldAble)
- Evaluate a sequence of Values and return the value of the last
one.
-
eprognInternal(Value, Environment, WorldAble)
-
eprogn
public Value eprogn(Environment r,
WorldAble world)
- Evaluate a sequence of Values and return the value of the last
one.
- Overrides:
- eprogn in class Value
eprognInternal
public Value eprognInternal(Value previous,
Environment r,
WorldAble world)
- Overrides:
- eprognInternal in class Value
All Packages Class Hierarchy This Package Previous Next Index