java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RhinoInterpreter
public RhinoInterpreter()
evaluate
public java.lang.String evaluate(java.lang.String s)
- Specified by:
evaluate
in interface org.alicebot.server.core.Interpreter