Method | Description | |
---|---|---|
ResolveOverloads ( |
Given a set of methods and a set of arguments, determines whether one of the methods can be unambiguously selected. Throws an exception if this is not the case.
|
public static ResolveOverloads ( |
||
methodHandles | An array of handles to the candidate methods. | |
engine | ScriptEngine | The associated script engine. |
thisValue | object | The value of the "this" keyword. |
arguments | object | An array of parameter values. |
return | int |