static Class getClass_noConvertName(O realm, S name) ctex { try { ret getClass(realm).getClassLoader().loadClass(name); } catch (ClassNotFoundException e) { return null; } }
Began life as a copy of #1002776
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020742 |
| Snippet name: | getClass_noConvertName - get class in realm, do not convert . to $ (?) |
| Eternal ID of this version: | #1020742/1 |
| Text MD5: | dfed07ac54e9bf3374106fa065bb875e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-01 16:31:55 |
| Source code size: | 193 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 502 / 535 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |