Uses of Class
jcaas.EvalScript

Packages that use EvalScript
jcaas   
 

Uses of EvalScript in jcaas
 

Methods in jcaas that return EvalScript
static EvalScript EvalScript.compile(java.io.File file)
          Compiles the given pointer to a script file and returns an instance of this class which encapsulates the functionality of the given script.
static EvalScript EvalScript.compile(java.io.InputStream input)
          Compiles the given input stream and returns an instance of this class which encapsulates the functionality of the given script.