1 | static S tok_contentsOfForExpression(S s) { |
2 | L<S> tok = javaTok(s); |
3 | int i = indexOf(tok, "("); |
4 | int j = tok_findEndOfForExpression(tok, i+2); |
5 | ret joinSubList(tok, i+1, j-1); |
6 | } |
Began life as a copy of #1013213
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017177 |
Snippet name: | tok_contentsOfForExpression |
Eternal ID of this version: | #1017177/4 |
Text MD5: | dd13cd01c5030a3f0384e50e99efab4d |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-13 17:18:04 |
Source code size: | 186 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 388 / 426 |
Version history: | 3 change(s) |
Referenced in: | [show references] |