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

Method getItem

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

Returns the start offset in #b of a JVMS 'cp_info' structure (i.e. a constant pool entry), plus one. This method is intended for Attribute sub classes, and is normally not needed by class generators or adapters. @param constantPoolEntryIndex the index a constant pool entry in

(final int constantPoolEntryIndex)

Source from the content-addressed store, hash-verified

3279 * @return the start offset in {@link #b} of the corresponding JVMS 'cp_info' structure, plus one.
3280 */
3281 public int getItem(final int constantPoolEntryIndex) {
3282 return cpInfoOffsets[constantPoolEntryIndex];
3283 }
3284
3285 /**
3286 * Returns a conservative estimate of the maximum length of the strings contained in the class's

Callers 1

SymbolTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected