svoid tok_dropEmbeddedFunctions(LS tok) { int i; while ((i = jfind(tok, "embedded <id>")) >= 0) { int j = tok_findEndOfMethodDecl(tok, i); // points to N after function clearTokens_reTok(tok, i, j); } }
Began life as a copy of #1025200
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026839 |
| Snippet name: | tok_dropEmbeddedFunctions |
| Eternal ID of this version: | #1026839/1 |
| Text MD5: | 714e758d6dd54ebc1d75191aeeb1274d |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-26 14:59:37 |
| Source code size: | 222 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 483 / 512 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |