static S replaceJavaToken(S s, S a, S b) { L<S> tok = javaTok(s); replace(tok, a, b); ret join(tok); }
Began life as a copy of #1012094
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012158 |
| Snippet name: | replaceJavaToken |
| Eternal ID of this version: | #1012158/1 |
| Text MD5: | a220886fddb8c4c3769095420e5c4828 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-22 09:21:13 |
| Source code size: | 112 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 592 / 628 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |