1 | static S dropTranslators(S src) {
|
2 | ret findTranslators2(src, null); |
3 | } |
4 | |
5 | // modifies original tok |
6 | static L<S> dropTranslators(L<S> tok) {
|
7 | ret findTranslators2(tok, null); |
8 | } |
Began life as a copy of #1003865
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010133 |
| Snippet name: | dropTranslators - drop translator invocations from source |
| Eternal ID of this version: | #1010133/4 |
| Text MD5: | 5be3d5ef0e35ecb062a3a45331a45d91 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-04 13:23:22 |
| Source code size: | 180 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 754 / 761 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |