Example usage for Java javax.script Compilable fields, constructors, methods, implement or subclass
The text is from its open source code.
CompiledScript | compile(String script) Compiles the script (source represented as a String ) for later execution. |
CompiledScript | compile(Reader script) Compiles the script (source read from Reader ) for later execution. |