Uses of Interface
org.alicebot.server.core.Interpreter

Packages that use Interpreter
org.alicebot.server.core.interpreter   
 

Uses of Interpreter in org.alicebot.server.core.interpreter
 

Classes in org.alicebot.server.core.interpreter that implement Interpreter
 class ActiveJavaScriptInterpreter
          Manages a JavaScript interpreter.
 class RhinoInterpreter
          An implementation of Interpreter that handles server-side JavaScript using the Rhino package.
 

Methods in org.alicebot.server.core.interpreter that return Interpreter
static Interpreter ActiveJavaScriptInterpreter.getInstance()