static L<TripleRef<Symbol>> ai_filterTripleRefs(int position, Symbol a, Symbol b, Symbol c, L<TripleRef<Symbol>> l) { new L<TripleRef<Symbol>> out; for (TripleRef<Symbol> r : l) if (r != null && canSimpleMatchTriple_dollarVars(a, b, c, r.triple)) out.add(modifyTripleRef(r, position)); ret out; }
Began life as a copy of #1012782
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012897 |
Snippet name: | ai_filterTripleRefs |
Eternal ID of this version: | #1012897/2 |
Text MD5: | 1064e9eda6385b0b19150ed8e0d3c2f8 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-16 12:18:22 |
Source code size: | 318 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 447 / 461 |
Version history: | 1 change(s) |
Referenced in: | [show references] |