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

5
LINES

< > BotCompany Repo | #1016062 // getNameOfAnyClass

JavaX fragment (include)

static S getNameOfAnyClass(L<S> tok) {
  for (L<S> c : allClasses(tok))
    return getClassDeclarationName(c);
  return null;
}

Author comment

Began life as a copy of #1002202

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: #1016062
Snippet name: getNameOfAnyClass
Eternal ID of this version: #1016062/1
Text MD5: 69265e53cdb45283a5d3fabfd698d01f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-04 16:10:56
Source code size: 133 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 272 / 292
Referenced in: [show references]