Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
docDiff
Method · 0.95
getWSEditDistance
Method · 0.80
Calls
3
getText
Method · 0.65
toString
Method · 0.65
append
Method · 0.45
Tested by
no test coverage detected