org.armedbear.lisp.scripting
Class AbclScriptEngine.AbclCompiledScript

java.lang.Object
  extended by javax.script.CompiledScript
      extended by org.armedbear.lisp.scripting.AbclScriptEngine.AbclCompiledScript
Enclosing class:
AbclScriptEngine

public class AbclScriptEngine.AbclCompiledScript
extends javax.script.CompiledScript


Constructor Summary
AbclScriptEngine.AbclCompiledScript(LispObject function)
           
 
Method Summary
 java.lang.Object eval(javax.script.ScriptContext context)
           
 javax.script.ScriptEngine getEngine()
           
 
Methods inherited from class javax.script.CompiledScript
eval, eval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbclScriptEngine.AbclCompiledScript

public AbclScriptEngine.AbclCompiledScript(LispObject function)
Method Detail

eval

public java.lang.Object eval(javax.script.ScriptContext context)
                      throws javax.script.ScriptException
Specified by:
eval in class javax.script.CompiledScript
Throws:
javax.script.ScriptException

getEngine

public javax.script.ScriptEngine getEngine()
Specified by:
getEngine in class javax.script.CompiledScript