Libraryless. Click here for Pure Java version (3357L/20K).
1 | static L<Int> jfindAll_reversed(LS tok, S pat) { |
2 | ret reversed(jfindAll(tok, pat)); |
3 | } |
4 | |
5 | static L<Int> jfindAll_reversed(LS tok, S pat, ITokCondition condition) { |
6 | ret reversed(jfindAll(tok, pat, condition)); |
7 | } |
8 | |
9 | static L<Int> jfindAll_reversed(LS tok, LS tokPat) { |
10 | ret reversed(jfindAll(tok, tokPat)); |
11 | } |
Began life as a copy of #1004162
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030731 |
Snippet name: | jfindAll_reversed |
Eternal ID of this version: | #1030731/3 |
Text MD5: | d5005c2d4ef7f59432465dc408857c78 |
Transpilation MD5: | e6aa7b88fc0fc20551243df121b9c05d |
Author: | stefan |
Category: | javax / tokenizing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-18 15:46:58 |
Source code size: | 315 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 261 / 354 |
Version history: | 2 change(s) |
Referenced in: | [show references] |