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

Method isGroovyObject

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

Indicates if the represented class is an instance of the GroovyObject class.

()

Source from the content-addressed store, hash-verified

391 * Indicates if the represented class is an instance of the {@link GroovyObject} class.
392 */
393 public boolean isGroovyObject() {
394 return isGroovyObject;
395 }
396
397 /**
398 * Indicates if the represented class comes from a Groovy closure or lambda expression.

Callers 8

fillMethodIndexMethod · 0.95
invokeOuterMethodMethod · 0.95
invokeStaticMethodMethod · 0.95
getClassPropertyMethod · 0.95
getOuterPropertyMethod · 0.95
setOuterPropertyMethod · 0.95
getClassNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected