1 | static S dynamicClassName(O o) {
|
2 | if (o instanceof DynamicObject && ((DynamicObject) o).className != null) |
3 | ret "main$" + ((DynamicObject) o).className; |
4 | ret className(o); |
5 | } |
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: | #1004839 |
| Snippet name: | dynamicClassName |
| Eternal ID of this version: | #1004839/1 |
| Text MD5: | ce0b2f747e33b2a710d742b8acabd5b3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-11-14 15:32:23 |
| Source code size: | 182 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 813 / 849 |
| Referenced in: | [show references] |