1 | static Class getClass_noConvertName(O realm, S name) ctex {
|
2 | try {
|
3 | ret getClass(realm).getClassLoader().loadClass(name); |
4 | } catch (ClassNotFoundException e) {
|
5 | return null; |
6 | } |
7 | } |
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: | 503 / 537 |
| Referenced in: | [show references] |