MCPcopy Create free account
hub / github.com/antlr/codebuff / toString

Method toString

output/java_guava/1.4.16/EventBus.java:238–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 @Override
239 public String toString() {
240 return MoreObjects.toStringHelper(this).addValue(identifier).toString();
241 }
242
243 /**
244 * Simple logging handler for subscriber exceptions.

Callers

nothing calls this directly

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addValueMethod · 0.45

Tested by

no test coverage detected