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

Method visitEnd

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

Visits the end of the module. This method, which is the last one to be called, is used to inform the visitor that everything have been visited.

()

Source from the content-addressed store, hash-verified

168 * inform the visitor that everything have been visited.
169 */
170 public void visitEnd() {
171 if (mv != null) {
172 mv.visitEnd();
173 }
174 }
175}

Callers 1

readModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected