Uses of Class
ix.util.lisp.LispReader

Packages that use LispReader
ix.iface.domain Domain parsers and outputters. 
ix.util.lisp List-processing utilities. 
 

Uses of LispReader in ix.iface.domain
 

Fields in ix.iface.domain declared as LispReader
protected  LispReader LTF_Parser.lin
           
 

Uses of LispReader in ix.util.lisp
 

Subclasses of LispReader in ix.util.lisp
 class LispFileReader
          A LispReader for files.
 class LispProgramReader
          A LispReader for reading Lisp source code.
 

Fields in ix.util.lisp declared as LispReader
protected  LispReader LispInterpreter.reader
           
 

Methods in ix.util.lisp that return LispReader
static LispReader Lisp.openForInput(java.lang.String resourceName)
           
static LispReader Lisp.openForInput(java.net.URL url)