Libraryless. Click here for Pure Java version (9206L/51K).
static int tok_skipAnnotations(LS tok, int i) { while (eqGet(tok, i, "@") && isIdentifier(get(tok, i+2))) i += 4; ret i; }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1035968 |
| Snippet name: | tok_skipAnnotations |
| Eternal ID of this version: | #1035968/1 |
| Text MD5: | 3f21bed8c6718d1d1cdcc4913e1bb399 |
| Transpilation MD5: | 5b3ef65de7c8dab7344d5ce1973749c9 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-20 17:36:42 |
| Source code size: | 134 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 381 / 473 |
| Referenced in: | [show references] |