|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jacol.InterpreterFactory
This is a class utility used to obtain a LispInterpreter. Two kinds of interpreters are available, one for synchronous calls and another for asynchronous calls.
| Constructor Summary | |
InterpreterFactory()
|
|
| Method Summary | |
static LispInterpreter |
getInterpreter()
Obtain a synchronous lisp interpreter. |
static LispInterpreter |
getInterpreter(LispCaller l)
Obtain an asynchronous lisp interpreter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InterpreterFactory()
| Method Detail |
public static LispInterpreter getInterpreter(LispCaller l)
l - the LispCaller to notify when the lisp call completespublic static LispInterpreter getInterpreter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||