scheme.interp
Class EmptyEnv

java.lang.Object
  |
  +--scheme.interp.Env
        |
        +--scheme.interp.EmptyEnv

public class EmptyEnv
extends Env


Constructor Summary
EmptyEnv()
           
 
Method Summary
 SchemeValue find(java.lang.String x)
           
 void set(java.lang.String x, SchemeValue v)
           
 
Methods inherited from class scheme.interp.Env
add, addAll, addAllVoid, setAll
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EmptyEnv

public EmptyEnv()
Method Detail

find

public SchemeValue find(java.lang.String x)
                 throws VisitE
Overrides:
find in class Env

set

public void set(java.lang.String x,
                SchemeValue v)
         throws VisitE
Overrides:
set in class Env