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

3
LINES

< > BotCompany Repo | #1008046 // mmc - synonym of getMainMainClass - get first main class loaded in this VM

JavaX fragment (include)

static O mmc() {
  ret getMainMainClass();
}

Author comment

Began life as a copy of #1007910

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008046
Snippet name: mmc - synonym of getMainMainClass - get first main class loaded in this VM
Eternal ID of this version: #1008046/1
Text MD5: 1a1abf24f246d14896daeca9c8c5d8d8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-22 15:16:34
Source code size: 46 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 391 / 411
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008047 - mainMainClass - synonym of getMainMainClass - get first main class loaded in this VM