scheme.interp
Class VoidV

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

public class VoidV
extends SchemeValue


Constructor Summary
VoidV()
           
 
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

VoidV

public VoidV()
Method Detail

toString

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