|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ interpreter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.core.interpreter
Class RhinoInterpreter

java.lang.Objectorg.alicebot.server.core.interpreter.RhinoInterpreter
- All Implemented Interfaces:
- org.alicebot.server.core.Interpreter
- public class RhinoInterpreter
- extends java.lang.Object
- implements org.alicebot.server.core.Interpreter
- extends java.lang.Object
| Field Summary | |
private static java.lang.String |
CMD
|
private static java.lang.String |
EMPTY_STRING
|
| Constructor Summary | |
RhinoInterpreter()
|
|
| Method Summary | |
java.lang.String |
evaluate(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CMD
private static final java.lang.String CMD
- See Also:
- Constant Field Values
EMPTY_STRING
private static final java.lang.String EMPTY_STRING
- See Also:
- Constant Field Values
| Constructor Detail |
RhinoInterpreter
public RhinoInterpreter()
| Method Detail |
evaluate
public java.lang.String evaluate(java.lang.String s)
- Specified by:
evaluatein interfaceorg.alicebot.server.core.Interpreter
|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ interpreter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.alicebot.server.core.interpreter.RhinoInterpreter