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

Method getMetaMethod

src/main/java/groovy/lang/MetaClassImpl.java:377–380  ·  view source on GitHub ↗

@see MetaObjectProtocol#getMetaMethod(String, Object[])

(final String name, final Object[] argTypes)

Source from the content-addressed store, hash-verified

375 * @see MetaObjectProtocol#getMetaMethod(String, Object[])
376 */
377 @Override
378 public MetaMethod getMetaMethod(final String name, final Object[] argTypes) {
379 return pickMethod(name, MetaClassHelper.castArgumentsToClassArray(argTypes));
380 }
381
382 /**
383 * Returns the class this metaclass represents.

Callers 4

respondsToMethod · 0.95
invokeMethodMethod · 0.95

Calls 13

pickMethodMethod · 0.95
getMethodWithCachingMethod · 0.95
unwrapMethod · 0.95
getMetaClassRegistryMethod · 0.95
mostSpecificMethod · 0.95
findSubClassMethodMethod · 0.95
findOwnMethodMethod · 0.95
equalsMethod · 0.65
getTheClassMethod · 0.65
getMetaClassMethod · 0.65

Tested by

no test coverage detected