1 | sS joinTokensWithRanges(L<TokenAndRange> l) { |
2 | new StringBuilder buf; |
3 | if (l != null) for (TokenAndRange t : l) |
4 | buf.append(t.token); |
5 | ret str(buf); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, fzcpzdstiiyc, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021209 |
Snippet name: | joinTokensWithRanges |
Eternal ID of this version: | #1021209/1 |
Text MD5: | 637a2783bc2956a594297749ffddaf11 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-03 01:13:34 |
Source code size: | 161 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 319 / 362 |
Referenced in: | [show references] |