All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Expand

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Procedure
                           |
                           +----Jaja.Subr
                                   |
                                   +----Jaja.Subr1
                                           |
                                           +----Jaja.Expand

public class Expand
extends Subr1
This is the class of the simplistic expand function.


Constructor Index

 o Expand(World)

Method Index

 o invoke(Value)
Expand an expression specified as a Jaja value.
 o invoke(Value[])
RESTRICTION: The Scheme to Java compiler does not support functions with more than 10 arguments (nor the implementation of apply).

Constructors

 o Expand
 public Expand(World world)

Methods

 o invoke
 public Value invoke(Value args[])
RESTRICTION: The Scheme to Java compiler does not support functions with more than 10 arguments (nor the implementation of apply).

Overrides:
invoke in class Subr1
 o invoke
 public Value invoke(Value exp)
Expand an expression specified as a Jaja value.

Overrides:
invoke in class Subr1

All Packages  Class Hierarchy  This Package  Previous  Next  Index