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

6
LINES

< > BotCompany Repo | #1006799 // classDeclarationNames

JavaX fragment (include)

static L<S> classDeclarationNames(L<L<S>> decls) {
  new L<S> have;
  for (L<S> c : decls)
    have.add(getClassDeclarationName(c));
  ret have;
}

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: #1006799
Snippet name: classDeclarationNames
Eternal ID of this version: #1006799/1
Text MD5: b941a714d461c5b8bc19f717336609e6
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-05 01:07:42
Source code size: 153 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 424 / 455
Referenced in: [show references]