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

Method toString

output/java/1.4.13/AddAttributeEvent.java:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getFileNameMethod · 0.45
getLineMethod · 0.45

Tested by

no test coverage detected