1 | svoid flexMatchAngleBracketVarsIC_honorPunctuation_noBrackets_iterate(S pat, S input, VF1<SS> onMatch) {
|
2 | new LS vars; |
3 | S starsPat = angleBracketVarsToStars(pat, vars); |
4 | flexMatchIC_iterate(starsPat, javaTok(starsPat), javaTok(input), voidfunc(Matches m) {
|
5 | SS map = matchesToMapUsingVarList_ciMap(m, vars); |
6 | if (map != null) callF(onMatch, map); |
7 | }); |
8 | } |
Began life as a copy of #1030836
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030989 |
| Snippet name: | flexMatchAngleBracketVarsIC_honorPunctuation_noBrackets_iterate |
| Eternal ID of this version: | #1030989/1 |
| Text MD5: | 192ad97420682fa2d55255582d2adeb8 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-18 17:54:33 |
| Source code size: | 370 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 430 / 450 |
| Referenced in: | [show references] |