static Set<S> nlLogic_allEvalFragments(L<IfThen> rules) { final new TreeSet<S> set; nlLogic_visit(rules, voidfunc(O o) { if (o cast Func) if (eq(o.name, 'eval)) set.add(o.arg.text()); }); ret set; }
Began life as a copy of #1018021
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018158 |
Snippet name: | nlLogic_allEvalFragments - needs rules with expanded macros |
Eternal ID of this version: | #1018158/2 |
Text MD5: | 77d0e08b499b7f221ab17effb890e49d |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-05 13:30:23 |
Source code size: | 216 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 340 / 368 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018159 - nlLogic_allLHSEvalFragments - needs rules with expanded macros |