| Modifier and Type | Class and Description |
|---|---|
class |
SimpleScriptContext |
| Modifier and Type | Field and Description |
|---|---|
protected ScriptContext |
AbstractScriptEngine.context |
| Modifier and Type | Method and Description |
|---|---|
ScriptContext |
ScriptEngine.getContext() |
ScriptContext |
AbstractScriptEngine.getContext() |
protected ScriptContext |
AbstractScriptEngine.getScriptContext(Bindings bindings) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptEngine.eval(Reader reader,
ScriptContext context) |
abstract Object |
CompiledScript.eval(ScriptContext context) |
Object |
ScriptEngine.eval(String script,
ScriptContext context) |
void |
ScriptEngine.setContext(ScriptContext context) |
void |
AbstractScriptEngine.setContext(ScriptContext context) |
Copyright © 2006-2013 LiveTribe. All Rights Reserved.