MCPcopy Index your code
hub / github.com/apache/groovy / pickMethod

Method pickMethod

src/main/java/groovy/lang/MetaClass.java:205–205  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

203 * @param arguments the method arguments
204 */
205 MetaMethod pickMethod(String methodName, Class[] arguments);
206}

Callers 14

invokeMethodMethod · 0.95
pickStaticMethodMethod · 0.95
findMixinMethodMethod · 0.95
getDelegateMethodMethod · 0.95
findOwnMethodMethod · 0.65
pickMethodMethod · 0.65
runMethod · 0.65
invokeConstructorMethod · 0.65
hasMetaMethodMethod · 0.65
retrieveConstructorMethod · 0.65
createConstructorSiteMethod · 0.65
tailRestMethod · 0.65

Implementers 2

MetaClassImplsrc/main/java/groovy/lang/MetaClassImp
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe

Calls

no outgoing calls

Tested by

no test coverage detected