1 | static void unemitHeads(S... heads) {
|
2 | for (S head : heads) |
3 | for (LispStatement s : cloneList(lispStatementsByHead(head))) |
4 | unemit(s.globalID); |
5 | } |
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: | #1008214 |
| Snippet name: | unemitHeads - delete statements by head |
| Eternal ID of this version: | #1008214/2 |
| Text MD5: | 5e259b1aaf19434efeaa24950c9e6642 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-30 14:54:25 |
| Source code size: | 158 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 675 / 673 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |