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.


Constructor Index

 o Begin()

Method Index

 o perform(Value, Environment, WorldAble)

Constructors

 o Begin
 protected Begin()

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