Libraryless. Click here for Pure Java version (11157L/62K).
1 | svoid clearTokens_reTok(LS tok, int i, int j) { |
2 | clearTokens(tok, i, j); |
3 | reTok(tok, i, j); |
4 | } |
5 | |
6 | svoid clearTokens_reTok(LS tok, IntRange r) { |
7 | if (r != null) |
8 | clearTokens_reTok(tok, r.start, r.end); |
9 | } |
Began life as a copy of #1008899
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020654 |
Snippet name: | clearTokens_reTok |
Eternal ID of this version: | #1020654/3 |
Text MD5: | cb98907c01dbeaf5a7e102429f79132e |
Transpilation MD5: | 8b65e8b9c5220f61ba5f93521f1f4bc6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-09-22 17:48:48 |
Source code size: | 213 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 404 / 498 |
Version history: | 2 change(s) |
Referenced in: | [show references] |