Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getOutput
Method
getOutput
src/org/antlr/codebuff/Formatter.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
String getOutput() {
101
return
output.toString();
102
}
103
104
public
List<TokenPositionAnalysis> getAnalysisPerToken() {
105
return
analysis;
Callers
4
getWSEditDistance
Method · 0.95
main
Method · 0.95
checkStability
Method · 0.95
main
Method · 0.95
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected