1 | static void initialUnaryConcepts(Map<Class, S> initialLines) { |
2 | for (Class c : keys(initialLines)) { |
3 | Interpretation intp = cast uniq(c); |
4 | Line line = findBackRef(intp, Line.class); |
5 | if (line == null) { |
6 | S text = initialLines.get(c); |
7 | print("Making initial line " + quote(text)); |
8 | new Line(text).interpretation.set(intp); |
9 | } |
10 | } |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005005 |
Snippet name: | initialUnaryConcepts |
Eternal ID of this version: | #1005005/2 |
Text MD5: | 51f0d5b939c0709e7533e055fb2c0dff |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-15 14:14:57 |
Source code size: | 368 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 567 / 554 |
Version history: | 1 change(s) |
Referenced in: | [show references] |