All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Subr2

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Procedure
                           |
                           +----Jaja.Subr
                                   |
                                   +----Jaja.Subr2

public abstract class Subr2
extends Subr
This is the class for primitive procedures with two arguments.


Constructor Index

 o Subr2(String)

Method Index

 o invoke(Value, 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 Subr2
 protected Subr2(String n)

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 Procedure
 o invoke
 public abstract Value invoke(Value arg1,
                              Value arg2)
Overrides:
invoke in class Procedure

All Packages  Class Hierarchy  This Package  Previous  Next  Index