All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.InterpretedProcedure
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Procedure
|
+----Jaja.ProcedureN
|
+----Jaja.InterpretedProcedure
- public class InterpretedProcedure
- extends ProcedureN
This is the class representing procedures created on the fly by
the interpreter.
-
InterpretedProcedure(Value, Pair, Environment, WorldAble)
-
-
invoke(Value[])
- RESTRICTION: The Scheme to Java compiler does not support
functions with more than 10 arguments (nor the implementation of
apply).
InterpretedProcedure
public InterpretedProcedure(Value variables,
Pair body,
Environment r,
WorldAble 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 Procedure
All Packages Class Hierarchy This Package Previous Next Index