All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Subr

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

public abstract class Subr
extends Procedure
This is the top class for all primitive Scheme procedures values. It will be refined into Subri depending on the arity of the procedure or SubrN for variadic functions.

See Also:
Subr0, Subr1, Subr2, Subr3, SubrN

Constructor Index

 o Subr(String)

Method Index

 o toString()
Convert a Value into a human-readable Java String.

Constructors

 o Subr
 protected Subr(String n)

Methods

 o toString
 public String toString()
Convert a Value into a human-readable Java String.

Overrides:
toString in class Value

All Packages  Class Hierarchy  This Package  Previous  Next  Index