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.
-
Expand(World)
-
-
invoke(Value)
- Expand an expression specified as a Jaja value.
-
invoke(Value[])
- RESTRICTION: The Scheme to Java compiler does not support
functions with more than 10 arguments (nor the implementation of
apply).
Expand
public Expand(World world)
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
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