Uses of Class
javax.script.CompiledScript

Packages that use CompiledScript
javax.script JSR 223 classes and interfaces. 
 

Uses of CompiledScript in javax.script
 

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