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

5
LINES

< > BotCompany Repo | #1024209 // loadableUtilsClassNameToMain

JavaX fragment (include)

sS loadableUtilsClassNameToMain(S className) {
  S c = dropPrefixOrNull("loadableUtils.utils$", className);
  if (c != null) ret "main$" + c;
  ret className;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1024209
Snippet name: loadableUtilsClassNameToMain
Eternal ID of this version: #1024209/1
Text MD5: b2eec1aa62c81dd26516cef249000fa5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-26 12:06:46
Source code size: 164 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 195 / 243
Referenced in: [show references]