1 | static Set<S> nlLogic_allEvalFragments(L<IfThen> rules) {
|
2 | final new TreeSet<S> set; |
3 | nlLogic_visit(rules, voidfunc(O o) {
|
4 | if (o cast Func) if (eq(o.name, 'eval)) set.add(o.arg.text()); |
5 | }); |
6 | ret set; |
7 | } |
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: | 579 / 613 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |