static boolean jMatch(S pat, S s) { ret jmatch(pat, s); } static boolean jMatch(S pat, S s, Matches matches) { ret jmatch(pat, s, matches); } static boolean jMatch(S pat, L<S> toks) { ret jmatch(pat, toks); } static boolean jMatch(S pat, L<S> toks, Matches matches) { ret jmatch(pat, toks, matches); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027847 |
Snippet name: | jMatch - synonym of jmatch |
Eternal ID of this version: | #1027847/1 |
Text MD5: | cc61914a91e4b56eb0805eda57aeb7c5 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-15 11:18:59 |
Source code size: | 324 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 169 / 211 |
Referenced in: | [show references] |