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

Method getTheClass

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

Returns the class this metaclass represents.

()

Source from the content-addressed store, hash-verified

383 * Returns the class this metaclass represents.
384 */
385 @Override
386 public Class getTheClass() {
387 return this.theClass;
388 }
389
390 /**
391 * Indicates if the represented class is an instance of the {@link GroovyObject} class.

Callers 2

respondsToMethod · 0.95
createPojoCallSiteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected