public class FakeCompiledScript extends CompiledScript
Modifier and Type | Field and Description |
---|---|
protected ScriptEngine |
engine |
protected Script |
script |
Constructor and Description |
---|
FakeCompiledScript(ScriptEngine engine,
Script script) |
Modifier and Type | Method and Description |
---|---|
Object |
eval(ScriptContext arg0) |
ScriptEngine |
getEngine() |
eval, eval
protected final ScriptEngine engine
public FakeCompiledScript(ScriptEngine engine, Script script)
public Object eval(ScriptContext arg0) throws ScriptException
eval
in class CompiledScript
ScriptException
public ScriptEngine getEngine()
getEngine
in class CompiledScript
Copyright © 2015 Nuxeo SA. All rights reserved.