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

Method toString

output/java8/1.4.13/AddAttributeEvent.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public String toString() {
44 return "addEvent{"+", name='"+name+'\''+", value="+value+", location="+getFileName()+":"+getLine()+'}';
45 }
46}

Callers

nothing calls this directly

Calls 2

getFileNameMethod · 0.45
getLineMethod · 0.45

Tested by

no test coverage detected