Warning: session_start(): open(/var/lib/php/sessions/sess_p7ticar1df1iq51ted3a3h9olq, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
collectSnippetIDsInJavaSource - in all string constants [1022629]

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: 592 / 631
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)