1 | static L<Exp> nlLogic_allFuncsNamed_deep(fS name, L<Exp> l) { |
2 | final new L<Exp> out; |
3 | for (Exp e : unnull(l)) |
4 | nlLogic_visit(e, voidfunc(O o) { |
5 | if (o cast Func) if (eq(o.name, name)) out.add(o); |
6 | }); |
7 | ret out; |
8 | } |
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: | #1018019 |
Snippet name: | nlLogic_allFuncsNamed_deep |
Eternal ID of this version: | #1018019/1 |
Text MD5: | 4b1d461f2e12e045f406442a3b3ae0b5 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-26 15:26:43 |
Source code size: | 233 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 359 |
Referenced in: | [show references] |