static L<S> mechListsReferencedInJavaXSnippet(S snippetID) { L<S> patterns = mL("JavaX patterns referencing a mech list"); final L<S> tok = javaTokSnippet(snippetID); ret uniquifyCI(concatMap(patterns, func(S pat) -> L<S> { map firstQuotedToken(jextractAll(pat, tok)) })); }
Began life as a copy of #1014473
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1014475 |
| Snippet name: | mechListsReferencedInJavaXSnippet |
| Eternal ID of this version: | #1014475/3 |
| Text MD5: | 05f249f3faabe6fa5daeea8e6c6a8360 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-22 02:05:08 |
| Source code size: | 292 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 617 / 670 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022513 - matchingPatternsInJavaXSource - also takes a snippetID |