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

Method visitAttribute

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

Visits a non standard attribute of the field. @param attribute an attribute.

(final Attribute attribute)

Source from the content-addressed store, hash-verified

121 * @param attribute an attribute.
122 */
123 public void visitAttribute(final Attribute attribute) {
124 if (fv != null) {
125 fv.visitAttribute(attribute);
126 }
127 }
128
129 /**
130 * Visits the end of the field. This method, which is the last one to be called, is used to inform

Callers 1

readFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected