1 | static ClassLoader classLoaderForObject(O o) {
|
2 | if (o cast ClassLoader) ret o; |
3 | if (o == null) null; |
4 | ret _getClass(o).getClassLoader(); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031469 |
| Snippet name: | classLoaderForObject |
| Eternal ID of this version: | #1031469/3 |
| Text MD5: | 330fee9e6814cf9d1a75b8694dfed8bf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-14 04:41:47 |
| Source code size: | 145 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 419 / 450 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |