static Collection<S> tok_modifiersLeftOf(LS tok, int i) { int j = leftScanModifiers(tok, i); new LS modifiers; while (j < i) { modifiers.add(tok.get(j)); j += 2; } ret modifiers; }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024176 |
| Snippet name: | tok_modifiersLeftOf |
| Eternal ID of this version: | #1024176/1 |
| Text MD5: | 64e88658ef080414538f010e5e50bc35 |
| Author: | stefan |
| Category: | javax / transpiling |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-24 14:13:17 |
| Source code size: | 206 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 500 / 570 |
| Referenced in: | [show references] |