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

12
LINES

< > BotCompany Repo | #1034735 // tok_nextPleaseIncludeFunctionsStatement

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

Libraryless. Click here for Pure Java version (5710L/31K).

static PleaseIncludeFunctionsStatement tok_nextPleaseIncludeFunctionsStatement(LS tok, int i default 1) {
  i = jfind(tok, i, "please include functions");
  if (i < 0) null;
  
  new PleaseIncludeFunctionsStatement p;
  p.tok = tok;
  p.iStart = i;
  p.iFirstIdentifier = i+6;
  p.iDot = smartIndexOf(tok, p.iFirstIdentifier, ".");
  p.iEnd = p.iDot+2;
  ret p;
}

Author comment

Began life as a copy of #1034734

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034735
Snippet name: tok_nextPleaseIncludeFunctionsStatement
Eternal ID of this version: #1034735/5
Text MD5: 40a99729e77a75bc67ac747830f37a14
Transpilation MD5: e55010ee1e7eb9fc8520948bd77b4de7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-07 23:07:26
Source code size: 374 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 117
Version history: 4 change(s)
Referenced in: [show references]