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

Method getModule

src/main/java/org/codehaus/groovy/ast/ClassNode.java:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 //
346
347 public ModuleNode getModule() {
348 return redirect().getNodeMetaData(ModuleNode.class);
349 }
350
351 public void setModule(ModuleNode module) {
352 if (isPrimaryNode) putNodeMetaData(ModuleNode.class, module);

Callers 15

getPathMethod · 0.95
addClassMethod · 0.95
getCompileUnitMethod · 0.95
getPackageMethod · 0.95
checkCanSetAccessibleMethod · 0.45
checkAccessibleMethod · 0.45
generateStubContentMethod · 0.45
resolveFromModuleMethod · 0.45
resolveToOuterMethod · 0.45
visitClassMethod · 0.45

Calls 2

redirectMethod · 0.95
getNodeMetaDataMethod · 0.65

Tested by

no test coverage detected