Uses of Interface
ix.util.lisp.Interpreter.Function

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

Uses of Interpreter.Function in ix.util.lisp
 

Classes in ix.util.lisp that implement Interpreter.Function
static class Interpreter.AbstractFunction
          An implementation of Function that supplies some utility methods.
static class Interpreter.Closure
          An interpreted function.
static class Interpreter.JFunction
          A function implemented in Java.