Alphabetical Index: M

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

M

main(s[]) - static method in class php.java.bridge.JavaBridge
Start the PHP/Java Bridge.
main(s[]) - static method in class php.java.bridge.JavaBridgeRunner
For internal tests only.
makeClosure(long) - method in class php.java.bridge.JavaBridge
Create a dynamic proxy proxy for calling PHP code.
Example:
java_closure();
java_closure($this);
makeClosure(long,Map) - method in class php.java.bridge.JavaBridge
Create a dynamic proxy proxy for calling PHP code.
Example:
java_closure($this, $map);
makeClosure(long,Map,interfaces[]) - method in class php.java.bridge.JavaBridge
Create a dynamic proxy proxy for calling PHP code.
Example:
java_closure($this, $map, $interfaces);
makeClosure(long,String) - method in class php.java.bridge.JavaBridge
Create a dynamic proxy proxy for calling PHP code.
Example:
java_closure($this, "clickMe");
makeClosure(long,String,interfaces[]) - method in class php.java.bridge.JavaBridge
Create a dynamic proxy proxy for calling PHP code.
Example:
java_closure($this, "clickMe", $interfaces);
MethodCache - class php.java.bridge.MethodCache
Cache [(object, method, parameters) -> Method] mappings.
moveForward() - method in class php.java.bridge.PhpMap
Forward one element.