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

15
LINES

< > BotCompany Repo | #1031581 // jfindAll_reverse - synonym of jfindAll_reversed

JavaX fragment (include)

static L<Int> jfindAll_reverse(LS tok, S pat) {
  ret jfindAll_reversed(tok, pat);
}



static L<Int> jfindAll_reverse(LS tok, S pat, ITokCondition condition) {
  ret jfindAll_reversed(tok, pat, condition);
}



static L<Int> jfindAll_reverse(LS tok, LS tokPat) {
  ret jfindAll_reversed(tok, tokPat);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031581
Snippet name: jfindAll_reverse - synonym of jfindAll_reversed
Eternal ID of this version: #1031581/1
Text MD5: 98bc46e8ede8031ca6f9eab1e5a5765c
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 06:45:13
Source code size: 307 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 110
Referenced in: [show references]