static S tok_firstClassName(L<S> tok) { int i = jfind(tok, "class <id>"); ret i < 0 ? null : tok.get(i+2); }
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: | 519 / 581 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |