svoid nlLogic_visitShallow(Exp e, VF1<O> visitor) { if (e == null) ret; callF(visitor, e); if (e cast And) { nlLogic_visitShallow(e.a, visitor); nlLogic_visitShallow(e.b, visitor); } else if (e cast ExpNot) nlLogic_visitShallow(e.a, visitor); }
Began life as a copy of #1017815
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: | #1017880 |
Snippet name: | nlLogic_visitShallow - doesn't go inside Func |
Eternal ID of this version: | #1017880/3 |
Text MD5: | 37a47f6b30d8b51bc8e232e768df398d |
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:26:30 |
Source code size: | 274 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 312 / 336 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018214 - nlLogic_transformShallow - doesn't go inside Func |