API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.script. Compilable View Source
Author(s)
Mike Grogan
Since
1.6
Version
1.0
Serial
Hierarchy
 Compilable
Subinterfaces
Description
public interface Compilable
  The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.
See also:   
Methods
Hide/Show inherited methods
public CompiledScript compile (Reader script) throws ScriptException
  Compiles the script (source read from Reader) for later execution.
public CompiledScript compile (String script) throws ScriptException
  Compiles the script (source represented as a String) for later execution.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar