Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1030140 // str_shortenSyntheticOrNull

JavaX fragment (include)

sS str_shortenSyntheticOrNull(O o) {
  if (isInstanceOfSyntheticClass(o)) ret "Synthetic instance of " + joinWithSlash(map(c -> "interface " + shortClassName(c), o.getClass().getInterfaces()));
  null;
}

Author comment

Began life as a copy of #1030054

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030140
Snippet name: str_shortenSyntheticOrNull
Eternal ID of this version: #1030140/1
Text MD5: 5cbee528d96c8f431ea7b90159d55786
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-11 13:18:36
Source code size: 206 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 152
Referenced in: [show references]