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

6
LINES

< > BotCompany Repo | #1022629 // collectSnippetIDsInJavaSource - in all string constants

JavaX fragment (include)

static Set<S> collectSnippetIDsInJavaSource(S s) {
  new Set<S> set;
  for (S t : quotedOnly(javaTokC(s)))
    addAll(set, collectSnippetIDsInText(t));
  ret set;
}

Author comment

Began life as a copy of #1022614

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022629
Snippet name: collectSnippetIDsInJavaSource - in all string constants
Eternal ID of this version: #1022629/1
Text MD5: c782a05c1512c14da7c85951cd0916d4
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-25 13:19:04
Source code size: 169 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 147 / 183
Referenced in: [show references]