All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Subr0

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

public abstract class Subr0
extends Subr
This is the class of primitive functions with zero argument.


Constructor Index

 o Subr0(String)

Method Index

 o invoke()
 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 Subr0
 protected Subr0(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()
Overrides:
invoke in class Procedure

All Packages  Class Hierarchy  This Package  Previous  Next  Index