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

Method initialize

src/main/java/groovy/lang/MetaClass.java:147–147  ·  view source on GitHub ↗

Complete the initialisation process. After this method is called no methods should be added to the metaclass. Invocation of methods or access to fields/properties is forbidden unless this method is called. This method should contain any initialisation code, taking a longer time to complete. An examp

()

Source from the content-addressed store, hash-verified

145 * method.
146 */
147 void initialize();
148
149 /**
150 * Retrieves a list of MetaProperty instances that the MetaClass has

Callers 14

getMetaClassUnderLockMethod · 0.95
metaClassMethod · 0.95
MetaClassRegistryImplMethod · 0.95
parseDocumentMethod · 0.65
initializeMethod · 0.65
ProxyMetaClassMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
getMetaClassMethod · 0.65
getMetaClassMethod · 0.65
initializeMethod · 0.65

Implementers 2

MetaClassImplsrc/main/java/groovy/lang/MetaClassImp
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe

Calls

no outgoing calls

Tested by

no test coverage detected