1 | static void clearTokens(L<S> tok) { |
2 | clearAllTokens(tok); |
3 | } |
4 | |
5 | static void clearTokens(L<S> tok, int i, int j) { |
6 | clearAllTokens(tok, i, j); |
7 | } |
8 | |
9 | ifclass IntRange |
10 | static void clearTokens(L<S> tok, IntRange r) { |
11 | clearAllTokens(tok, r.start, r.end); |
12 | } |
13 | endif |
Began life as a copy of #1001158
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003478 |
Snippet name: | clearTokens - synonym of clearAllTokens |
Eternal ID of this version: | #1003478/2 |
Text MD5: | 0267453039eb43e5aebca33fb9f69758 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-23 11:13:43 |
Source code size: | 267 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 692 / 1396 |
Version history: | 1 change(s) |
Referenced in: | [show references] |