API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.script. CompiledScript View Source
Author(s)
Mike Grogan
Since
1.6
Version
1.0
Serial
Hierarchy
 Object
      CompiledScript
Implements
Subclasses
Description
publicabstract abstract class CompiledScript
  Extended by classes that store results of compilations.
See also:   
Constructors
public CompiledScript ()
Methods
Hide/Show inherited methods
public Object eval () throws ScriptException
  Executes the program stored in the CompiledScript object.
public Object eval (Bindings bindings) throws ScriptException
  Executes the program stored in the CompiledScript object using the supplied Bindings of attributes as the ENGINE_SCOPE of the associated ScriptEngine during script execution.
publicabstract Object eval (ScriptContext context) throws ScriptException
  Executes the program stored in this CompiledScript object.
publicabstract ScriptEngine getEngine ()
  Returns the ScriptEngine wbose compile method created this CompiledScript.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar