1 | static S shortDynamicClassName(O o) {
|
2 | if (o instanceof DynamicObject && ((DynamicObject) o).className != null) |
3 | ret ((DynamicObject) o).className; |
4 | ret shortClassName(o); |
5 | } |
Began life as a copy of #1004815
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: | #1005244 |
| Snippet name: | shortDynamicClassName |
| Eternal ID of this version: | #1005244/1 |
| Text MD5: | 58864c62ada2fabb02e434ad51276ad2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-11-28 18:49:22 |
| Source code size: | 181 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 961 / 1216 |
| Referenced in: | [show references] |