MCPcopy Index your code
hub / github.com/clojure/clojure / visitPackage

Method visitPackage

src/jvm/clojure/asm/ModuleVisitor.java:91–95  ·  view source on GitHub ↗

Visit a package of the current module. @param packaze the internal name of a package.

(final String packaze)

Source from the content-addressed store, hash-verified

89 * @param packaze the internal name of a package.
90 */
91 public void visitPackage(final String packaze) {
92 if (mv != null) {
93 mv.visitPackage(packaze);
94 }
95 }
96
97 /**
98 * Visits a dependence of the current module.

Callers 1

readModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected