Libraryless. Click here for Pure Java version (2927L/17K).
1 | static LS tok_identifiersInOrder(S s) {
|
2 | ret filter isIdentifier(javaTokC(s)); |
3 | } |
4 | |
5 | static LS tok_identifiersInOrder(LS tok) {
|
6 | ret filter isIdentifier(codeTokens(tok)); |
7 | } |
Began life as a copy of #1015746
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029977 |
| Snippet name: | tok_identifiersInOrder |
| Eternal ID of this version: | #1029977/3 |
| Text MD5: | 1a39255cf5e2a7e793bdc7285a1738ad |
| Transpilation MD5: | bbcbf374655e39999732a0e42991a525 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-22 02:56:58 |
| Source code size: | 177 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 438 / 594 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |