Uses of Class
javax.script.CompiledScript

Packages that use CompiledScript
javax.script   
 

Uses of CompiledScript in javax.script
 

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



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.