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

7
LINES

< > BotCompany Repo | #1029580 // getClassInRealm

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (2529L) is out of date.

static Class getClassInRealm(O realm, S name) {
  ret getClass(realm, name);
}

static Class getClassInRealm(S name, O realm) {
  ret getClassInRealm(realm, name);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029580
Snippet name: getClassInRealm
Eternal ID of this version: #1029580/4
Text MD5: b81f2547bf2748d8691b3c85d656afd6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-20 11:13:35
Source code size: 171 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 205
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)