Package org.armedbear.lisp.scripting
Class AbclScriptEngine.AbclCompiledScript
- java.lang.Object
-
- javax.script.CompiledScript
-
- org.armedbear.lisp.scripting.AbclScriptEngine.AbclCompiledScript
-
- Enclosing class:
- AbclScriptEngine
public class AbclScriptEngine.AbclCompiledScript extends javax.script.CompiledScript
-
-
Constructor Summary
Constructors Constructor Description AbclCompiledScript(LispObject function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
eval(javax.script.ScriptContext context)
javax.script.ScriptEngine
getEngine()
-
-
-
Constructor Detail
-
AbclCompiledScript
public AbclCompiledScript(LispObject function)
-
-
Method Detail
-
eval
public java.lang.Object eval(javax.script.ScriptContext context) throws javax.script.ScriptException
- Specified by:
eval
in classjavax.script.CompiledScript
- Throws:
javax.script.ScriptException
-
getEngine
public javax.script.ScriptEngine getEngine()
- Specified by:
getEngine
in classjavax.script.CompiledScript
-
-