Libraryless. Click here for Pure Java version (2739L/16K).
1 | static Class classLoader_loadClass(O realm, S name) ctex {
|
2 | ClassLoader cl = classLoader(realm); |
3 | ret cl?.loadClass(name); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031481 |
| Snippet name: | classLoader_loadClass |
| Eternal ID of this version: | #1031481/2 |
| Text MD5: | b57404aa926a741ecb42b5d8f0ca9b52 |
| Transpilation MD5: | 99b8595cd8d53681ee409bec5876aae0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-14 06:47:10 |
| Source code size: | 129 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 370 / 487 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |