Selects a method by name and argument classes. This method does not search for an exact match, it searches for a compatible method. For this the method selection mechanism is used as provided by the implementation of this MetaClass. pickMethod may or may not be used during the method selection proce
(String methodName, Class[] arguments)
| 203 | * @param arguments the method arguments |
| 204 | */ |
| 205 | MetaMethod pickMethod(String methodName, Class[] arguments); |
| 206 | } |
no outgoing calls
no test coverage detected