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