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

Method getItemCount

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

Returns the number of entries in the class's constant pool table. @return the number of entries in the class's constant pool table.

()

Source from the content-addressed store, hash-verified

3266 * @return the number of entries in the class's constant pool table.
3267 */
3268 public int getItemCount() {
3269 return cpInfoOffsets.length;
3270 }
3271
3272 /**
3273 * Returns the start offset in {@link #b} of a JVMS 'cp_info' structure (i.e. a constant pool

Callers 1

SymbolTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected