1 | static boolean jMatch(S pat, S s) { |
2 | ret jmatch(pat, s); |
3 | } |
4 | |
5 | |
6 | |
7 | static boolean jMatch(S pat, S s, Matches matches) { |
8 | ret jmatch(pat, s, matches); |
9 | } |
10 | |
11 | |
12 | |
13 | static boolean jMatch(S pat, L<S> toks) { |
14 | ret jmatch(pat, toks); |
15 | } |
16 | |
17 | |
18 | |
19 | static boolean jMatch(S pat, L<S> toks, Matches matches) { |
20 | ret jmatch(pat, toks, matches); |
21 | } |
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: | 171 / 214 |
Referenced in: | [show references] |