MCPcopy 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

getWSEditDistanceMethod · 0.95
mainMethod · 0.95
checkStabilityMethod · 0.95
mainMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected