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

Method invoke

src/main/java/groovy/lang/MetaMethod.java:283–283  ·  view source on GitHub ↗

Invokes this method. @param object The object this method should be invoked on @param arguments The arguments for the method if applicable @return The return value of the invocation

(Object object, Object[] arguments)

Source from the content-addressed store, hash-verified

281 * @return The return value of the invocation
282 */
283 public abstract Object invoke(Object object, Object[] arguments);
284
285 /**
286 * Invokes the method this object represents.

Callers 15

doMethodInvokeMethod · 0.95
getPropertyMethod · 0.95
setPropertyMethod · 0.95
invokeMissingPropertyMethod · 0.95
invokeMissingMethodMethod · 0.95
invokeMethodMethod · 0.95
invokeConstructorMethod · 0.95
tryGroovyToStringMethod · 0.95
getPropertyMethod · 0.95
withConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected