org.alicebot.server.core.interpreter
Class ActiveJavaScriptInterpreter

java.lang.Object
  extended by org.alicebot.server.core.interpreter.ActiveJavaScriptInterpreter
All Implemented Interfaces:
Interpreter

public abstract class ActiveJavaScriptInterpreter
extends java.lang.Object
implements Interpreter

Manages a JavaScript interpreter.

Author:
Noel Bush

Method Summary
protected  java.lang.Object clone()
          Prohibits cloning this class.
static Interpreter getInstance()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alicebot.server.core.Interpreter
evaluate
 

Method Detail

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Prohibits cloning this class.

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getInstance

public static Interpreter getInstance()