1 | static S lastIdentifier(L<S> l) {
|
2 | for (int i = l(l)-1; i >= 0; i--) {
|
3 | S t = l.get(i); |
4 | if (isIdentifier(t)) ret t; |
5 | } |
6 | null; |
7 | } |
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: | 794 / 816 |
| Referenced in: | [show references] |