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

Method invokeMethod

src/main/java/groovy/util/BuilderSupport.java:92–94  ·  view source on GitHub ↗

Convenience method when no arguments are required. @param methodName the name of the method to invoke @return the result of the call

(final String methodName)

Source from the content-addressed store, hash-verified

90 * @return the result of the call
91 */
92 public Object invokeMethod(final String methodName) {
93 return invokeMethod(methodName, null);
94 }
95
96 /** {@inheritDoc} */
97 @Override

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.95
doInvokeMethodMethod · 0.95

Tested by

no test coverage detected