Package org.mvel2.jsr223
Class MvelCompiledScript
- java.lang.Object
-
- javax.script.CompiledScript
-
- org.mvel2.jsr223.MvelCompiledScript
-
public class MvelCompiledScript extends CompiledScript
-
-
Constructor Summary
Constructors Constructor Description MvelCompiledScript(MvelScriptEngine engine, Serializable compiledScript)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecteval(ScriptContext context)ScriptEnginegetEngine()-
Methods inherited from class javax.script.CompiledScript
eval, eval
-
-
-
-
Constructor Detail
-
MvelCompiledScript
public MvelCompiledScript(MvelScriptEngine engine, Serializable compiledScript)
-
-
Method Detail
-
eval
public Object eval(ScriptContext context) throws ScriptException
- Specified by:
evalin classCompiledScript- Throws:
ScriptException
-
getEngine
public ScriptEngine getEngine()
- Specified by:
getEnginein classCompiledScript
-
-