1 | svoid tok_dropEmbeddedFunctions(LS tok) {
|
2 | int i; |
3 | while ((i = jfind(tok, "embedded <id>")) >= 0) {
|
4 | int j = tok_findEndOfMethodDecl(tok, i); // points to N after function |
5 | clearTokens_reTok(tok, i, j); |
6 | } |
7 | } |
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: | 484 / 514 |
| Referenced in: | [show references] |