static S lastIdentifier(L<S> l) { for (int i = l(l)-1; i >= 0; i--) { S t = l.get(i); if (isIdentifier(t)) ret t; } null; }
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: | #1015570 |
| Snippet name: | lastIdentifier |
| Eternal ID of this version: | #1015570/1 |
| Text MD5: | fcbe6fb17d2e37b56008f0a900335f42 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-17 22:05:43 |
| Source code size: | 143 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 793 / 815 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015572 - tok_lastIdentifier |