Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFileName
Method · 0.45
getLine
Method · 0.45
Tested by
no test coverage detected