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

/openjdk7/jdk/src/share/classes/javax/script/
H A DCompiledScript.java36 * Each <code>CompiledScript</code> is associated with a <code>ScriptEngine</code> -- A call to an <code>eval</code>
37 * method of the <code>CompiledScript</code> causes the execution of the script by the
39 * of tne <code>CompiledScript</code> may visible during subsequent executions of scripts by the engine.
44 public abstract class CompiledScript { class
47 * Executes the program stored in this <code>CompiledScript</code> object.
63 * Executes the program stored in the <code>CompiledScript</code> object using
97 * Executes the program stored in the <code>CompiledScript</code> object. The
110 * Returns the <code>ScriptEngine</code> whose <code>compile</code> method created this <code>CompiledScript</code>.
111 * The <code>CompiledScript</code> will execute in this engine.
113 * @return The <code>ScriptEngine</code> that created this <code>CompiledScript</cod
[all...]

Completed in 422 milliseconds