scheme.interp
Class EmptyV

java.lang.Object
  |
  +--scheme.interp.SchemeValue
        |
        +--scheme.interp.EmptyV

public class EmptyV
extends SchemeValue


Constructor Summary
EmptyV()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class scheme.interp.SchemeValue
apply, getCar, getCdr, getInt, isTrue, setCar, setCdr
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

EmptyV

public EmptyV()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object