obj | メソッドを検索するオブジェクト |
functionName | 検索対象のメソッド名 |
argumentTypes | メソッドの引数の型 |
オブジェクト、メソッド名、引数の型のリストからマッチするメソッドを探します
objectType | Object type to search for the method. |
functionName | 検索対象のメソッド名 |
argumentTypes | メソッドの引数の型 |
Given an object type, function name, and a list of argument types; find the method that matches.