MCPcopy Index your code
hub / github.com/antlr/codebuff / toString

Method toString

corpus/java/training/guava/collect/Multiset.java:294–294  ·  view source on GitHub ↗

Returns the canonical string representation of this entry, defined as follows. If the count for this entry is one, this is simply the string representation of the corresponding element. Otherwise, it is the string representation of the element, followed by the three characters " x " (space,

()

Source from the content-addressed store, hash-verified

292 * " x "} (space, letter x, space), followed by the count.
293 */
294 @Override
295 String toString();
296 }
297

Callers 15

toStringMethod · 0.65
getSTEntryPointMethod · 0.65
toStringMethod · 0.65
joinMethod · 0.65
toStringMethod · 0.65
loadMethod · 0.65
getRootDirURLMethod · 0.65
getMethod · 0.65
toStringMethod · 0.65
instrsMethod · 0.65
disassembleMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected