static int tok_skipModifiers(L<S> tok, int i) { L<S> mod = getJavaModifiers(); while (i < l(tok) && mod.contains(tok.get(i))) i += 2; ret i; }
Began life as a copy of #1001156
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013474 |
| Snippet name: | tok_skipModifiers |
| Eternal ID of this version: | #1013474/1 |
| Text MD5: | b727771a188fd60ba63ce1944e28f179 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-07 13:50:18 |
| Source code size: | 159 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 761 |
| Referenced in: | [show references] |