Uses of Class
ix.util.lisp.Interpreter.LexicalEnv

Packages that use Interpreter.LexicalEnv
ix.util.lisp List-processing utilities. 
 

Uses of Interpreter.LexicalEnv in ix.util.lisp
 

Fields in ix.util.lisp declared as Interpreter.LexicalEnv
(package private)  Interpreter.LexicalEnv Interpreter.LexicalEnv.enclosingEnv
           
 

Constructors in ix.util.lisp with parameters of type Interpreter.LexicalEnv
Interpreter.LexicalEnv(Symbol[] vars, java.lang.Object[] vals, Interpreter.LexicalEnv next)