Libraryless. Click here for Pure Java version (2827L/17K).
sbool isSyntheticOrAnonymous(Class c) { ret c != null && (c.isSynthetic() || isAnonymousClassName(c.getName())); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031648 |
| Snippet name: | isSyntheticOrAnonymous |
| Eternal ID of this version: | #1031648/2 |
| Text MD5: | 0b47114805b14d2300cd5932b9cec5b7 |
| Transpilation MD5: | 835907b228cc9a3f667ebbf430e1808c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-25 02:48:22 |
| Source code size: | 118 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 511 / 628 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |