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