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

11
LINES

< > BotCompany Repo | #1002776 // getClass - has 3 functions

JavaX fragment (include)

1  
static Class<?> getClass(S name) {
2  
  ret _getClass(name);
3  
}
4  
5  
static Class getClass(O o) {
6  
  ret _getClass(o);
7  
}
8  
9  
static Class getClass(O realm, S name) {
10  
  ret _getClass(realm, name);
11  
}

Author comment

Began life as a copy of #2000585

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002776
Snippet name: getClass - has 3 functions
Eternal ID of this version: #1002776/2
Text MD5: 1de3c268bcc6696fffd8953b0bfd3174
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-14 04:38:19
Source code size: 195 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 806 / 1575
Version history: 1 change(s)
Referenced in: [show references]