1 | // who said something and where and when? |
2 | static class Source {
|
3 | S dialogID; |
4 | boolean master; |
5 | long when; |
6 | S channel, slackTS; |
7 | S line; |
8 | |
9 | *() {}
|
10 | |
11 | *(S *line) {
|
12 | dialogID = getDialogID(); |
13 | master = master(); |
14 | when = now(); |
15 | channel = getChannelName(); |
16 | slackTS = getSlackTS(); |
17 | } |
18 | } |
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: | #1002461 |
| Snippet name: | class Source (who said what when) |
| Eternal ID of this version: | #1002461/1 |
| Text MD5: | ee234cb1c0197dc28d789980b9e7518c |
| Author: | stefan |
| Category: | javax / eleu |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-11 01:07:46 |
| Source code size: | 324 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 953 / 2256 |
| Referenced in: | [show references] |