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

4
LINES

< > BotCompany Repo | #1019851 // tok_firstClassName

JavaX fragment (include)

static S tok_firstClassName(L<S> tok) {
  int i = jfind(tok, "class <id>");
  ret i < 0 ? null : tok.get(i+2);
}

Author comment

Began life as a copy of #1018493

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019851
Snippet name: tok_firstClassName
Eternal ID of this version: #1019851/1
Text MD5: 355e357ccaaeebe30f76ed08ea30d313
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-28 22:27:26
Source code size: 115 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 244 / 295
Referenced in: [show references]