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

Method readClass

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

Reads a CONSTANT_Class constant pool entry in #b. This method is intended for Attribute sub classes, and is normally not needed by class generators or adapters. @param offset the start offset of an unsigned short value in #b, whose value is the index of a CONSTANT

(final int offset, final char[] charBuffer)

Source from the content-addressed store, hash-verified

3455 * @return the String corresponding to the specified CONSTANT_Class entry.
3456 */
3457 public String readClass(final int offset, final char[] charBuffer) {
3458 return readStringish(offset, charBuffer);
3459 }
3460
3461 /**
3462 * Reads a CONSTANT_Module constant pool entry in {@link #b}. <i>This method is intended for

Callers 11

getClassNameMethod · 0.95
getSuperNameMethod · 0.95
getInterfacesMethod · 0.95
acceptMethod · 0.95
readModuleMethod · 0.95
readMethodMethod · 0.95
readCodeMethod · 0.95
computeImplicitFrameMethod · 0.95
readConstMethod · 0.95
SymbolTableMethod · 0.80

Calls 1

readStringishMethod · 0.95

Tested by

no test coverage detected