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

Method readPackage

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

Reads a CONSTANT_Package 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 CONSTA

(final int offset, final char[] charBuffer)

Source from the content-addressed store, hash-verified

3483 * @return the String corresponding to the specified CONSTANT_Package entry.
3484 */
3485 public String readPackage(final int offset, final char[] charBuffer) {
3486 return readStringish(offset, charBuffer);
3487 }
3488
3489 /**
3490 * Reads a CONSTANT_Dynamic constant pool entry in {@link #b}.

Callers 1

readModuleMethod · 0.95

Calls 1

readStringishMethod · 0.95

Tested by

no test coverage detected