Alphabetical Index: E

A B C D E F G H I J K L M N O P R S T U V W

E

end(php.java.bridge.ParserString) - method in class php.java.bridge.IDocHandler
Called for each </tag>
end(php.java.bridge.ParserString[]) - method in class php.java.bridge.Request
endDocument() - method in class php.java.bridge.JavaBridge
Back to synchronuous protocol mode
ENGINE - static field in class javax.script.ScriptEngine
Reserved key associated with the name of the Java ScriptEngine
ENGINE_SCOPE - static field in class php.java.bridge.http.Context
The engine scope
ENGINE_SCOPE - static field in class javax.script.ScriptContext
defines an integer for the level of scope, ENGINE_SCOPE
ENGINE_VERSION - static field in class javax.script.ScriptEngine
Reserved key associated with the version of the Java ScriptEngine
A cache entry carrying the method name and the parameters
MethodCache.Entry - class php.java.bridge.MethodCache.Entry
A cache entry carrying the method name, class and the parameters
entrySet() - method in class javax.script.SimpleBindings
equals(Object) - method in class php.java.bridge.ConstructorCache.Entry
equals(Object) - method in class php.java.bridge.MethodCache.Entry
eval(javax.script.Bindings) - method in class javax.script.CompiledScript
Re-evaluates the pre-compiled script using the specified namespace as the SCRIPT_SCOPE and using ENGINE_SCOPE, GLOBAL_SCOPE of the associated ScriptEngine.
eval(javax.script.ScriptContext) - method in class javax.script.CompiledScript
Re-evaluates the recompiled script using the specified ScriptContext.
eval(Reader) - method in class javax.script.AbstractScriptEngine
Evaluates a piece of script obtained using the specified reader as the script source.
eval(Reader) - method in class javax.script.ScriptEngine
Evaluates a piece of script obtained using the specified reader as the script source.
Evaluates a piece of scripts obtained using a reader as the script source and using the specified namespace as the SCRIPT_SCOPE.
eval(Reader,javax.script.Bindings) - method in class javax.script.ScriptEngine
Evaluates a piece of scripts obtained using a reader as the script source and using the specified namespace as the SCRIPT_SCOPE.
Evaluates a script obtained using the specified reader as the script source and using the namespaces in the specifed ScriptContext.
eval(String) - method in class javax.script.AbstractScriptEngine
Evaluates a piece of script and returns the resultant object.
eval(String) - method in class javax.script.ScriptEngine
Evaluates a piece of script and returns the resultant object.
Evaluates a piece of script using the specified namespace as its SCRIPT_SCOPE.
eval(String,javax.script.Bindings) - method in class javax.script.ScriptEngine
Evaluates a piece of script using the specified namespace as the SCRIPT_SCOPE.
Evaluates a script using the namespaces in the specifed ScriptContext.
exitValue() - method in class php.java.bridge.Util.Process
EXTENSION_NAME - static field in class php.java.bridge.Util
The name of the extension, usually "JavaBridge" or "MonoBridge"
extJavaCompatibility() - method in class php.java.bridge.Options
Returns true if bit 0 of the request header is set (see PROTOCOL.TXT).