MCPcopy Index your code
hub / github.com/clojure/clojure / invokeMatchingMethod

Method invokeMatchingMethod

src/jvm/clojure/lang/Reflector.java:158–160  ·  view source on GitHub ↗
(String methodName, List methods, Object target, Object[] args)

Source from the content-addressed store, hash-verified

156}
157
158static Object invokeMatchingMethod(String methodName, List methods, Object target, Object[] args){
159 return invokeMatchingMethod(methodName, methods, target != null ? target.getClass() : null, target, args);
160}
161
162static Object invokeMatchingMethod(String methodName, List methods, Class contextClass, Object target, Object[] args)
163 {

Callers 5

evalMethod · 0.95
evalMethod · 0.95
invokeStaticMethodMethod · 0.95

Calls 15

noMethodReportMethod · 0.95
matchMethodMethod · 0.95
widenBoxedArgsMethod · 0.95
canAccessMethod · 0.95
toStringMethod · 0.95
prepRetMethod · 0.95
getReturnTypeMethod · 0.95
boxArgsMethod · 0.95
sneakyThrowMethod · 0.95
getCauseOrElseMethod · 0.95
isPublicMethod · 0.80

Tested by

no test coverage detected