1 | svoid tok_expandLT3(L<S> tok) { |
2 | if (!tok.contains("LT3")) ret; |
3 | int n = l(tok)-6; |
4 | for (int i = 1; i < n; i += 2) { |
5 | continue unless eq(tok.get(i), "LT3") && eq(tok.get(i+2), "<"); |
6 | int j = findEndOfTypeArgs(tok, i+2)-1; // j = index of > |
7 | tok.set(i, "L<T3"); |
8 | tok.set(j, ">>"); |
9 | reTok(tok, i, j+1); |
10 | n = l(tok)-6; |
11 | } |
12 | } |
Began life as a copy of #1017528
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022794 |
Snippet name: | tok_expandLT3 - LT3<...> to L<T3<...>> |
Eternal ID of this version: | #1022794/1 |
Text MD5: | fd67056691116f11aab69d16044915c9 |
Author: | stefan |
Category: | javax / transpilation |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-07 17:37:40 |
Source code size: | 355 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 322 / 366 |
Referenced in: | [show references] |