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

Method visitEnd

src/jvm/clojure/asm/FieldVisitor.java:133–137  ·  view source on GitHub ↗

Visits the end of the field. This method, which is the last one to be called, is used to inform the visitor that all the annotations and attributes of the field have been visited.

()

Source from the content-addressed store, hash-verified

131 * the visitor that all the annotations and attributes of the field have been visited.
132 */
133 public void visitEnd() {
134 if (fv != null) {
135 fv.visitEnd();
136 }
137 }
138}

Callers 1

readFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected