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

Method getIndex

dexfixer/src/com/android/dx/ssa/SsaBasicBlock.java:315–317  ·  view source on GitHub ↗

@return the block index of this block

()

Source from the content-addressed store, hash-verified

313 * @return the block index of this block
314 */
315 public int getIndex() {
316 return index;
317 }
318
319 /**
320 * @return the label of this block in rop form

Callers 6

compressMethod · 0.95
runMethod · 0.95
convertRopToSsaBlocksMethod · 0.95
convertBasicBlocksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected