Alphabetical Index: L

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

L

LANGUAGE - static field in class javax.script.ScriptEngine
Reserved key associated with the name of the supported scripting language
LANGUAGE_VERSION - static field in class javax.script.ScriptEngine
Reserved key associated with the version of the supported scripting language
lastException - field in class php.java.bridge.JavaBridge
For PHP4's last_exception_get.
loadClass(String) - method in class php.java.bridge.DynamicClassLoader
I have decided to override loadClass instead of findClass, so that this method will actually get to re-load classes if neccessary.
loadClass(String) - method in class php.java.bridge.DynamicJavaBridgeClassLoader
log(String) - method in class php.java.bridge.Util.Logger
Log a message
logDebug(String) - method in class php.java.bridge.JavaBridge
Write a debug message
logDebug(String) - static method in class php.java.bridge.Util
Display a debug message
logError(String) - method in class php.java.bridge.JavaBridge
Write an error message.
logError(String) - static method in class php.java.bridge.Util
Display an error or an exception
logFatal(String) - method in class php.java.bridge.JavaBridge
Write a fatal message
logFatal(String) - static method in class php.java.bridge.Util
Display a fatal error
Util.Logger - class php.java.bridge.Util.Logger
A logger class.
logInvoke(Object,String,args[]) - static method in class php.java.bridge.JavaBridge
logLevel - field in class php.java.bridge.JavaBridge
For internal use only.
logLevel - static field in class php.java.bridge.Util
The loglevel:
0: log off
1: log fatal
2: log messages/exceptions
3: log verbose
4: log debug
5: log method invocations
logMessage(String) - method in class php.java.bridge.JavaBridge
Write a notice.
logMessage(String) - static method in class php.java.bridge.Util
Display a message