Uses of Class javax.script.CompiledScript

Uses in package javax.script

Methods with return type javax.script.CompiledScript

CompiledScript
Compilable.compile(Reader reader)
Retrieves a CompileScript implementation for the script obtained using java.io.Reader as the script source.
CompiledScript
Compilable.compile(String script)
Retrieves a CompileScript implementation for the given piece of script which is a abstraction for the intermediate code produced by the compilation.