|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jacol.processor.AsynchInterpreter
This class provides an asynchronous implementation of the LispInterpreter interface.
| Constructor Summary | |
AsynchInterpreter(LispCaller caller)
Create an asynchronous lisp interpreter. |
|
| Method Summary | |
java.lang.String |
eval(java.lang.String expression)
Implementation of the corresponding method from the LispInterpreter interface. |
void |
exit()
Implementation of the corresponding method from the LispInterpreter interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AsynchInterpreter(LispCaller caller)
caller - the LispCaller to notify after evaluating expressions| Method Detail |
public java.lang.String eval(java.lang.String expression)
eval in interface LispInterpreterjacol.LispInterpreterlispCode - a String representing a lisp statement.public void exit()
exit in interface LispInterpreter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||