All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.Subr3
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Procedure
|
+----Jaja.Subr
|
+----Jaja.Subr3
- public abstract class Subr3
- extends Subr
This is the class for primitive procedures with three arguments.
-
Subr3(String)
-
-
invoke(Value, Value, Value)
-
-
invoke(Value[])
- RESTRICTION: The Scheme to Java compiler does not support
functions with more than 10 arguments (nor the implementation of
apply).
Subr3
protected Subr3(String n)
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
invoke
public abstract Value invoke(Value arg1,
Value arg2,
Value arg3)
- Overrides:
- invoke in class Procedure
All Packages Class Hierarchy This Package Previous Next Index