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

Method getDeclaringClass

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

Gets the class where this method is declared. @return class of this method

()

Source from the content-addressed store, hash-verified

81 * @return class of this method
82 */
83 public abstract CachedClass getDeclaringClass();
84
85 /**
86 * Checks that the given parameters are valid to call this method.

Callers 15

toStringMethod · 0.95
isDefaultMethod · 0.95
getMopNameMethod · 0.95
hasPrivateInMethodsMethod · 0.95
invokeMethodMethod · 0.95
createConstructorSiteMethod · 0.95
addSubclassExpandosMethod · 0.95
invokeMethodMethod · 0.95

Calls

no outgoing calls

Tested by 1