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.


Constructor Index

 o Set()

Method Index

 o perform(Value, Environment, WorldAble)

Constructors

 o Set
 protected Set()

Methods

 o perform
 public Value perform(Value parameters,
                      Environment r,
                      WorldAble world)
Overrides:
perform in class SpecialOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index