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

7
LINES

< > BotCompany Repo | #1029977 // tok_identifiersInOrder

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

Libraryless. Click here for Pure Java version (2927L/17K).

static LS tok_identifiersInOrder(S s) {
  ret filter isIdentifier(javaTokC(s));
}

static LS tok_identifiersInOrder(LS tok) {
  ret filter isIdentifier(codeTokens(tok));
}

Author comment

Began life as a copy of #1015746

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1029977
Snippet name: tok_identifiersInOrder
Eternal ID of this version: #1029977/3
Text MD5: 1a39255cf5e2a7e793bdc7285a1738ad
Transpilation MD5: bbcbf374655e39999732a0e42991a525
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 02:56:58
Source code size: 177 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 143 / 237
Version history: 2 change(s)
Referenced in: [show references]