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

Method visitMainClass

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

Visit the main class of the current module. @param mainClass the internal name of the main class of the current module.

(final String mainClass)

Source from the content-addressed store, hash-verified

78 * @param mainClass the internal name of the main class of the current module.
79 */
80 public void visitMainClass(final String mainClass) {
81 if (mv != null) {
82 mv.visitMainClass(mainClass);
83 }
84 }
85
86 /**
87 * Visit a package of the current module.

Callers 1

readModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected