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

Method invokeMethod

src/test/groovy/groovy/lang/DummyGString.java:44–46  ·  view source on GitHub ↗
(String name, Object arguments)

Source from the content-addressed store, hash-verified

42 }
43
44 public Object invokeMethod(String name, Object arguments) {
45 return metaClass.invokeMethod(this, name, arguments);
46 }
47}

Callers

nothing calls this directly

Calls 1

invokeMethodMethod · 0.65

Tested by

no test coverage detected