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

Method getNewMetaMethods

src/main/java/groovy/lang/MetaClassImpl.java:484–489  ·  view source on GitHub ↗
(final CachedClass c)

Source from the content-addressed store, hash-verified

482 }
483
484 private MetaMethod[] getNewMetaMethods(final CachedClass c) {
485 if (c != theCachedClass) {
486 return c.getNewMetaMethods();
487 }
488 return myNewMetaMethods;
489 }
490
491 /**
492 * Returns the cached super-class chain used while building method and property indexes.

Callers 3

populateMethodsMethod · 0.95
MetaClassImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected