All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.Begin
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Symbol
|
+----Jaja.SpecialOperator
|
+----Jaja.Begin
- public final class Begin
- extends SpecialOperator
This is the class (with a single instance allocated in Symbol)
that implements the begin special form.
-
Begin()
-
-
perform(Value, Environment, WorldAble)
-
Begin
protected Begin()
perform
public Value perform(Value parameters,
Environment r,
WorldAble world)
- Overrides:
- perform in class SpecialOperator
All Packages Class Hierarchy This Package Previous Next Index