|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompiledScript | |
|---|---|
| javax.script | JSR 223 classes and interfaces. |
| php.java.script | Internal PHP script engine implementation. Applications should use the JSR 223 API instead. |
| 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. |
| Uses of CompiledScript in php.java.script |
|---|
| Subclasses of CompiledScript in php.java.script | |
|---|---|
class |
CompiledPhpScript
A cloneable CompiledScript |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||