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

Method getAnalysisPerToken

src/org/antlr/codebuff/Formatter.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public List<TokenPositionAnalysis> getAnalysisPerToken() {
105 return analysis;
106 }
107
108 /** Free anything we can to reduce memory footprint after a format().
109 * keep analysis, testDoc as they are used for results.

Callers 5

mainMethod · 0.95
validateMethod · 0.95
validateMethod · 0.95
getWSErrorRatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected