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

5
LINES

< > BotCompany Repo | #1024402 // tok_findEndOfMethodDecl

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1661L/11K).

// index returned is index of closing bracket or semicolon + 1 (or l(cnc))
static int tok_findEndOfMethodDecl(LS tok, int i) {
  i = tok_findEndOfMethodHeader(tok, i);
  ret findEndOfBlock(tok, i);
}

Author comment

Began life as a copy of #1001046

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024402
Snippet name: tok_findEndOfMethodDecl
Eternal ID of this version: #1024402/1
Text MD5: 26f409d26767c369d4a297e2dbfcf0b8
Transpilation MD5: 76ae0d8b16b66bb69a72729fd28a12d4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-10 14:27:41
Source code size: 203 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 233 / 326
Referenced in: [show references]