|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.script.CompiledScript php.java.script.CompiledPhpScript
public class CompiledPhpScript
A cloneable CompiledScript
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.Object |
eval(ScriptContext context)
Re-evaluates the recompiled script using the specified ScriptContext. |
ScriptEngine |
getEngine()
Retrieves a reference to the ScriptEngine whose methods created this CompiledScript object. |
Methods inherited from class javax.script.CompiledScript |
---|
eval, eval |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object eval(ScriptContext context) throws ScriptException
eval
in class CompiledScript
context
- A ScriptContext to be used in the re-evalution
of the script
ScriptException
- if the re-evaluation fails due to any
reasonpublic ScriptEngine getEngine()
getEngine
in class CompiledScript
public java.lang.Object clone()
clone
in interface java.security.cert.CertStoreParameters
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |