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

6
LINES

< > BotCompany Repo | #1017554 // nlLogic_AbstractChecker - unused

JavaX fragment (include)

sclass nlLogic_AbstractChecker {
  bool check(Exp e) {
    if (e cast And) ret check(e.a) && check(e.b);
    todo(className(e));
  }
}

Author comment

Began life as a copy of #1017553

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017554
Snippet name: nlLogic_AbstractChecker - unused
Eternal ID of this version: #1017554/4
Text MD5: 8ad671a3ed6aa9fdebc0e6460975b565
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-22 12:34:45
Source code size: 139 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 844
Version history: 3 change(s)
Referenced in: [show references]