org.armedbear.lisp
Class Readtable.DispatchTable

java.lang.Object
  extended by org.armedbear.lisp.Readtable.DispatchTable
Enclosing class:
Readtable

protected static class Readtable.DispatchTable
extends java.lang.Object


Field Summary
protected  CharHashMap<LispObject> functions
           
 
Constructor Summary
Readtable.DispatchTable()
           
Readtable.DispatchTable(Readtable.DispatchTable dt)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

functions

protected final CharHashMap<LispObject> functions
Constructor Detail

Readtable.DispatchTable

public Readtable.DispatchTable()

Readtable.DispatchTable

public Readtable.DispatchTable(Readtable.DispatchTable dt)