All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.EmptyList

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Constant
                           |
                           +----Jaja.EmptyList

public final class EmptyList
extends Constant
This is the class containing an unique instance corresponding to the empty list.


Method Index

 o eprogn(Environment, WorldAble)
Evaluate a sequence of Values and return the value of the last one.
 o eprognInternal(Value, Environment, WorldAble)

Methods

 o eprogn
 public Value eprogn(Environment r,
                     WorldAble world)
Evaluate a sequence of Values and return the value of the last one.

Overrides:
eprogn in class Value
 o eprognInternal
 public Value eprognInternal(Value previous,
                             Environment r,
                             WorldAble world)
Overrides:
eprognInternal in class Value

All Packages  Class Hierarchy  This Package  Previous  Next  Index