1 | static int tok_skipModifiers(L<S> tok, int i) {
|
2 | L<S> mod = getJavaModifiers(); |
3 | while (i < l(tok) && mod.contains(tok.get(i))) |
4 | i += 2; |
5 | ret i; |
6 | } |
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: | 709 / 763 |
| Referenced in: | [show references] |