Searched defs:ScriptEngine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptEngine.java33 * <code>ScriptEngine</code> is the fundamental interface whose methods must be
51 public interface ScriptEngine { interface
67 * the name of the <code>ScriptEngine</code> implementation.
73 * the version of the <code>ScriptEngine</code> implementation.
80 * <code>ScriptEngineManager</code> to locate a <code>ScriptEngine</code>
141 * Executes the specified script. The default <code>ScriptContext</code> for the <code>ScriptEngine</code>
168 * <code>Bindings</code> of the <code>ScriptEngine</code> during the script execution. The
171 * <code>Bindings</code> of the <code>ScriptEngine</code> is not changed, and its
202 * Sets a key/value pair in the state of the ScriptEngine that may either create
219 * of the <code>ScriptEngine</cod
[all...]

Completed in 111 milliseconds