Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1026839 // tok_dropEmbeddedFunctions

JavaX fragment (include)

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);
  }
}

Author comment

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: 123 / 154
Referenced in: [show references]