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

Method accept

src/jvm/clojure/asm/ClassReader.java:390–392  ·  view source on GitHub ↗

Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader. @param classVisitor the visitor that must visit this class. @param parsingOptions the options to use to parse this class. One or more of #SKIP_CODE, #SKIP_DEBUG, {@l

(final ClassVisitor classVisitor, final int parsingOptions)

Source from the content-addressed store, hash-verified

388 * #SKIP_CODE}, {@link #SKIP_DEBUG}, {@link #SKIP_FRAMES} or {@link #EXPAND_FRAMES}.
389 */
390 public void accept(final ClassVisitor classVisitor, final int parsingOptions) {
391 accept(classVisitor, new Attribute[0], parsingOptions);
392 }
393
394 /**
395 * Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this

Callers 7

tryAdvanceMethod · 0.45
forEachRemainingMethod · 0.45
tryAdvanceMethod · 0.45
forEachRemainingMethod · 0.45
visitFrameMethod · 0.45
computeAllFramesMethod · 0.45

Calls 15

readUnsignedShortMethod · 0.95
readClassMethod · 0.95
readUTF8Method · 0.95
readIntMethod · 0.95
readUTFMethod · 0.95
readAttributeMethod · 0.95
readModuleMethod · 0.95
readElementValuesMethod · 0.95
readFieldMethod · 0.95
readMethodMethod · 0.95

Tested by

no test coverage detected