Method | Description | |
---|---|---|
Call ( |
||
GetFunctionName ( ) : string | ||
NativeJavaMethod ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Decompile ( int indent, int flags ) : string | ||
FindCachedFunction ( |
||
FindFunction ( |
Find the index of the correct function to call given the set of methods or constructors and the arguments. Find the index of the correct function to call given the set of methods or constructors and the arguments. If no function can be found to call, return -1. |
|
NativeJavaMethod ( MemberBox methods ) : System | ||
NativeJavaMethod ( MemberBox methods, string name ) : System | ||
PreferSignature ( object args, |
Determine which of two signatures is the closer fit. Determine which of two signatures is the closer fit. Returns one of PREFERENCE_EQUAL, PREFERENCE_FIRST_ARG, PREFERENCE_SECOND_ARG, or PREFERENCE_AMBIGUOUS. |
|
PrintDebug ( string msg, MemberBox member, object args ) : void | ||
ScriptSignature ( object values ) : string |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public NativeJavaMethod ( |
||
method | ||
name | string | |
return | System |