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 | } |
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: | 1239 / 2007 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |