MCPcopy Create free account
hub / github.com/Youlor/unpacker / getTypeIds

Method getTypeIds

dexfixer/src/com/android/dx/dex/file/DexFile.java:409–411  ·  view source on GitHub ↗

Gets the type identifiers section. This is public in order to allow the various Item instances to add items to the instance and help early counting of type ids. @return non-null; the class identifiers section

()

Source from the content-addressed store, hash-verified

407 * @return {@code non-null;} the class identifiers section
408 */
409 public TypeIdsSection getTypeIds() {
410 return typeIds;
411 }
412
413 /**
414 * Gets the prototype identifiers section.

Callers 15

addContentsMethod · 0.80
writeToMethod · 0.80
emitTypeIndexMethod · 0.80
addContentsMethod · 0.80
addContentsMethod · 0.80
writeToMethod · 0.80
addContentsMethod · 0.80
addContentsMethod · 0.80
getTypoidIdxMethod · 0.80
addContentsMethod · 0.80
writeToMethod · 0.80
addContentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected