All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Constant

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Constant

public class Constant
extends Value
This is the class of Scheme constants. It is refined into Boolean and EmptyList classes.


Constructor Index

 o Constant(String)

Method Index

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

Constructors

 o Constant
 public Constant(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