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

Method toString

dexfixer/src/com/android/dx/cf/code/ByteBlock.java:94–98  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

92
93 /** {@inheritDoc} */
94 @Override
95 public String toString() {
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".." +
97 Hex.u2(end) + '}';
98 }
99
100 /**
101 * Gets the label of this block.

Callers 11

ropDumpMethod · 0.45
endParsingMemberMethod · 0.45
twoColumnsMethod · 0.45
parseMethod · 0.45
stringOrNoneMethod · 0.45
visitSwitchMethod · 0.45
parseValueMethod · 0.45
stackElementStringMethod · 0.45
toHumanMethod · 0.45
annotateMethod · 0.45
toHumanMethod · 0.45

Calls 1

u2Method · 0.95

Tested by

no test coverage detected