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

Method tokenText

src/org/antlr/codebuff/Dbg.java:264–266  ·  view source on GitHub ↗
(List<Token> tokens)

Source from the content-addressed store, hash-verified

262// }
263
264 public static String tokenText(List<Token> tokens) {
265 return tokenText(tokens, null);
266 }
267
268 public static String tokenText(List<Token> tokens, String separator) {
269 if ( tokens==null ) return "";

Callers 3

mainMethod · 0.95
docDiffMethod · 0.95
getWSEditDistanceMethod · 0.80

Calls 3

getTextMethod · 0.65
toStringMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected