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

3
LINES

< > BotCompany Repo | #1020369 // allMainClassesWithProgramID - get all main classes with a certain program ID currently loaded in VM

JavaX fragment (include)

static L<Class> allMainClassesWithProgramID(fS progID) {
  ret [Class c : allMainClasses() | sameSnippetID(programID(c), progID)];
}

Author comment

Began life as a copy of #1009790

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1020369
Snippet name: allMainClassesWithProgramID - get all main classes with a certain program ID currently loaded in VM
Eternal ID of this version: #1020369/2
Text MD5: 6ee0e0b631672cb4e67927a298826f07
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-16 18:55:53
Source code size: 134 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 234 / 283
Version history: 1 change(s)
Referenced in: [show references]