MCPcopy
hub / github.com/apache/groovy / getMetaClass

Method getMetaClass

src/main/java/groovy/lang/GroovyObject.java:69–69  ·  view source on GitHub ↗

Returns the metaclass for a given class. @return the metaClass of this instance

()

Source from the content-addressed store, hash-verified

67 * @return the metaClass of this instance
68 */
69 MetaClass getMetaClass();
70
71 /**
72 * Allows the MetaClass to be replaced with a derived implementation.

Callers 15

testCompileMethod · 0.95
invokePogoMethodMethod · 0.95
closureCodeMethod · 0.65
getMetaClassMethod · 0.65
GPathResultMethod · 0.65
evalMethod · 0.65
getObjectPropertiesMethod · 0.65
useMethod · 0.65

Implementers 7

Tt1cgisrc/test/groovy/gls/ch06/s05/testClass
Tt1gisrc/test/groovy/gls/ch06/s05/testClass
Sequencesrc/main/java/groovy/lang/Sequence.jav
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe
ExpandoMetaClasssrc/main/java/groovy/lang/ExpandoMetaC
GroovyObjectSupportsrc/main/java/groovy/lang/GroovyObject
Wrappersrc/main/java/org/codehaus/groovy/runt

Calls

no outgoing calls