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

Method getMethod

src/main/java/org/apache/groovy/metaclass/MetaClass.java:38–40  ·  view source on GitHub ↗
(String name, Class[] parameters)

Source from the content-addressed store, hash-verified

36 }
37
38 public MetaMethod getMethod(String name, Class[] parameters) {
39 return implRef.getPayload().getMethod(name, parameters);
40 }
41}

Callers 2

invokeStringMemberMethod · 0.45
runMethod · 0.45

Calls 1

getPayloadMethod · 0.80

Tested by

no test coverage detected