Transpiled version (3844L) is out of date.
static Class getSiblingClass(Class c, S name, O classFinder default null) { ret getInnerClass(getOuterClass(c, classFinder), name, classFinder); } static Class getSiblingClass(O o, S name, O classFinder default null) { ret getSiblingClass(_getClass(o), name, classFinder); }
Began life as a copy of #1004786
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032830 |
| Snippet name: | getSiblingClass |
| Eternal ID of this version: | #1032830/2 |
| Text MD5: | a4075053fa559fc8668030aa7af1d8a4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 14:52:40 |
| Source code size: | 285 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 336 / 434 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |