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

3
LINES

< > BotCompany Repo | #1002209 // getClassName

JavaX fragment (include)

static S getClassName(O o) {
  ret o == null ? "null" : o instanceof Class ? ((Class) o).getName() : o.getClass().getName();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, wtqryiryparv

No comments. add comment

Snippet ID: #1002209
Snippet name: getClassName
Eternal ID of this version: #1002209/2
Text MD5: df2ddda1342914135fc85b421f6e539d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-19 16:24:30
Source code size: 128 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 694 / 3333
Version history: 1 change(s)
Referenced in: [show references]