Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ropDump
Method · 0.45
endParsingMember
Method · 0.45
twoColumns
Method · 0.45
parse
Method · 0.45
stringOrNone
Method · 0.45
visitSwitch
Method · 0.45
parseValue
Method · 0.45
stackElementString
Method · 0.45
toHuman
Method · 0.45
annotate
Method · 0.45
toHuman
Method · 0.45
Calls
1
u2
Method · 0.95
Tested by
no test coverage detected