1 | static LL<S> tok_statementsInMethodDeclaration(S src) { |
2 | if (src == null) null; |
3 | L<S> tok = javaTok(src); |
4 | L<S> block = tok_firstBlock(tok); |
5 | if (block == null) null; |
6 | L<S> contents = dropFirstTwoAndLastTwo(block); |
7 | ret tok_splitJavaStatements(contents); |
8 | } |
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: | #1013178 |
Snippet name: | tok_statementsInMethodDeclaration |
Eternal ID of this version: | #1013178/3 |
Text MD5: | f6cd6a943b624186733732dc0110d414 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-27 04:31:59 |
Source code size: | 269 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 397 / 416 |
Version history: | 2 change(s) |
Referenced in: | [show references] |