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

Method toString

output/java_guava/1.4.16/DeadEvent.java:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public String toString() {
76 return MoreObjects.toStringHelper(this).add("source", source).add("event", event).toString();
77 }
78}

Callers

nothing calls this directly

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected