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

6
LINES

< > BotCompany Repo | #1032812 // tok_leftScanAkas

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

Libraryless. Click here for Pure Java version (3831L/22K).

static int tok_leftScanAkas(LS tok, int i) {
  while (eqGet(tok, i-2, "aka")
    && isIdentifier(get(tok, i-4)))
    i -= 4;
  ret i;
}

Author comment

Began life as a copy of #1027999

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032812
Snippet name: tok_leftScanAkas
Eternal ID of this version: #1032812/3
Text MD5: 96e585632804ba0797f1c4d2e6d6d624
Transpilation MD5: 7b169699c542c0121c074175d76aa78e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-06 09:17:31
Source code size: 142 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 116
Version history: 2 change(s)
Referenced in: [show references]