Transpiled version (2768L) is out of date.
1 | static class DynamicObject {
|
2 | S className; // just the name, without the "main$" |
3 | |
4 | // string key = dynamic field |
5 | // interface key = dynamic interface |
6 | LinkedHashMap/*<S, O>*/ fieldValues; // dropped the type parameters 2021/5/19 to allow for dynamic interfaces |
7 | |
8 | *() {}
|
9 | // className = just the name, without the "main$" |
10 | *(S *className) {}
|
11 | |
12 | Map<S, O> _map() { ret fieldValues; }
|
13 | |
14 | toString {
|
15 | ret getClass() == DynamicObject.class ? "dyn " + className |
16 | : super.toString(); |
17 | } |
18 | } |
We merged stuff from Concept here to allow for loading unknown concepts.
download show line numbers debug dex old transpilations
Travelled to 30 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, fehiwqupcyrn, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, jcllbfdqhrgy, jtubtzbbkimh, lhdilzshxjzv, lpdgvwnxivlt, lulzaavyztxj, mqqgnosmbjvj, ofpaelxlmzfo, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, snaazhdonpnp, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wtqryiryparv, xfddqsrefgvo, xprdwmaupziu, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1004543 |
| Snippet name: | class DynamicObject (now in x30_pkg.x30_util) |
| Eternal ID of this version: | #1004543/12 |
| Text MD5: | 18430018245df6cb562488f51a192881 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-29 05:35:05 |
| Source code size: | 523 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1006 / 16736 |
| Version history: | 11 change(s) |
| Referenced in: | [show references] |