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

Packages that use Interpreter.JFunction
ix.ip2 I-X Process Panels 
ix.test Simple applications for testing purposes. 
ix.util.lisp List-processing utilities. 
 

Uses of Interpreter.JFunction in ix.ip2
 

Methods in ix.ip2 with parameters of type Interpreter.JFunction
 void ComputeInterpreter.define(Interpreter.JFunction f)
           
 

Uses of Interpreter.JFunction in ix.test
 

Subclasses of Interpreter.JFunction in ix.test
(package private)  class ComputeExtensionExample.ExampleFunction
           
 

Uses of Interpreter.JFunction in ix.util.lisp
 

Methods in ix.util.lisp with parameters of type Interpreter.JFunction
 void LispInterpreter.define(Interpreter.JFunction builtin)