Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1017880 // nlLogic_visitShallow - doesn't go inside Func

JavaX fragment (include)

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);
}

Author comment

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: 256 / 278
Version history: 2 change(s)
Referenced in: [show references]