Transpiled version (34L) is out of date.
sbool classIsExportedTo(Class c, java.lang.Module destModule) { if (c == null || destModule == null) false; java.lang.Module srcModule = c.getModule(); S packageName = c.getPackageName(); ret srcModule.isExported(packageName, destModule); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034185 |
| Snippet name: | classIsExportedTo |
| Eternal ID of this version: | #1034185/3 |
| Text MD5: | 398aea89ba7b163a447a735271b4a379 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-05 13:20:20 |
| Source code size: | 257 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 413 / 549 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1036110 - javaModule |