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

Method getMetaClass

src/main/java/groovy/lang/Sequence.java:257–260  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

255 * {@inheritDoc}
256 */
257 @Override
258 public MetaClass getMetaClass() {
259 return metaClass;
260 }
261
262 /**
263 * {@inheritDoc}

Callers 4

testMetaClassMethod · 0.95
invokeMethodMethod · 0.95
getPropertyMethod · 0.95
setPropertyMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMetaClassMethod · 0.76