1 | svoid nlLogic_visitShallow(Exp e, VF1<O> visitor) { |
2 | if (e == null) ret; |
3 | callF(visitor, e); |
4 | if (e cast And) { |
5 | nlLogic_visitShallow(e.a, visitor); |
6 | nlLogic_visitShallow(e.b, visitor); |
7 | } else if (e cast ExpNot) |
8 | nlLogic_visitShallow(e.a, visitor); |
9 | } |
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: | 313 / 338 |
Version history: | 2 change(s) |
Referenced in: | [show references] |