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

Packages that use Interpreter.Function
ix.test Simple applications for testing purposes. 
ix.util.lisp List-processing utilities. 
 

Uses of Interpreter.Function in ix.test
 

Classes in ix.test that implement Interpreter.Function
(package private)  class ComputeExtensionExample.ExampleFunction
           
 

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 and implements part of the interface.
static class Interpreter.Closure
          An interpreted function.
static class Interpreter.JFunction
          A function implemented in Java.