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