|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jacol.processor.LispProcessor
This class is responsible for managing the connection to the lisp server and passing lisp statements to the lisp server for evaluation.
Constructor Summary | |
LispProcessor()
|
Method Summary | |
java.lang.String |
eval(java.lang.String lispCode)
Synchronous implementation of the corresponding method from LispInterpreter. |
void |
exit()
Instruct JACOL to exit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LispProcessor()
Method Detail |
public java.lang.String eval(java.lang.String lispCode)
eval
in interface LispInterpreter
jacol.LispInterpreter
lispCode
- a String representing a lisp statement.public void exit()
LispInterpreter
exit
in interface LispInterpreter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |