public class TuScriptEngine extends AbstractScriptEngine
context
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME
Constructor and Description |
---|
TuScriptEngine() |
Modifier and Type | Method and Description |
---|---|
Bindings |
createBindings() |
Object |
eval(Reader reader,
ScriptContext context) |
Object |
eval(String script,
ScriptContext context) |
ScriptEngineFactory |
getFactory() |
eval, eval, eval, eval, get, getBindings, getContext, getScriptContext, put, setBindings, setContext
public Bindings createBindings()
public Object eval(Reader reader, ScriptContext context) throws ScriptException
ScriptException
public Object eval(String script, ScriptContext context) throws ScriptException
ScriptException
public ScriptEngineFactory getFactory()
Copyright © 2015. All rights reserved.