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

Method setInitialized

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

Updates the initialization flag for this meta class. @param initialized the new initialization state

(boolean initialized)

Source from the content-addressed store, hash-verified

3405 * @param initialized the new initialization state
3406 */
3407 protected void setInitialized(boolean initialized) {
3408 this.initialized = initialized;
3409 }
3410
3411 /**
3412 * @return {@code false}: add method

Callers 1

reinitializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected