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

Method findMethod

src/main/java/groovy/lang/MetaClassImpl.java:3461–3464  ·  view source on GitHub ↗
(Method method)

Source from the content-addressed store, hash-verified

3459 }
3460
3461 private MetaMethod findMethod(Method method) {
3462 CachedMethod cachedMethod = CachedMethod.find(method);
3463 return cachedMethod == null ? null : findMethod(cachedMethod);
3464 }
3465
3466 /**
3467 * @return the matching method which should be found

Callers 2

addRecordPropertiesMethod · 0.95

Calls 12

findMethod · 0.95
getMethodsMethod · 0.95
isMethodMethod · 0.95
getNameMethod · 0.95
getReturnTypeMethod · 0.95
equalMethod · 0.95
getNameMethod · 0.65
sizeMethod · 0.65
getArrayMethod · 0.65
equalsMethod · 0.65
getReturnTypeMethod · 0.45
getParameterTypesMethod · 0.45

Tested by

no test coverage detected