|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CompiledScript in javax.script |
---|
Methods in javax.script that return CompiledScript | |
---|---|
CompiledScript |
Compilable.compile(java.io.Reader reader)
Compiles the script (source is read from the Reader) for later execution. |
CompiledScript |
Compilable.compile(java.lang.String script)
Compiles the script (sourced from the String) for later execution. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |