static Set<S> tokenIndexWithoutIfclass_forStdClasses(L<S> tok) { new HashSet<S> set; int n = l(tok); int level = 0; for (int i = 1; i < n; i += 2) { S t = tok.get(i); if (eqOneOf_twoNonNullStrings(t, "ifclass", "ifndef")) ++level; else if (eqOneOf_twoNonNullStrings(t, "endif", "endifndef")) --level; else if (level <= 0 && startsWithJavaIdentifierStart(t) && !eqOneOf_twoNonNullStrings(get(tok, i-2), ".", "virtual")) set.add(t); } ret set; }
Began life as a copy of #1007325
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: | #1015999 |
Snippet name: | tokenIndexWithoutIfclass_forStdClasses |
Eternal ID of this version: | #1015999/4 |
Text MD5: | c44fc631bf0d27a4fbe99632615af705 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-04 00:40:57 |
Source code size: | 498 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 454 / 483 |
Version history: | 3 change(s) |
Referenced in: | [show references] |