svoid flexMatchAngleBracketVarsIC_honorPunctuation_noBrackets_iterate(S pat, S input, VF1<SS> onMatch) { new LS vars; S starsPat = angleBracketVarsToStars(pat, vars); flexMatchIC_iterate(starsPat, javaTok(starsPat), javaTok(input), voidfunc(Matches m) { SS map = matchesToMapUsingVarList_ciMap(m, vars); if (map != null) callF(onMatch, map); }); }
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: | 428 / 448 | 
| Referenced in: | [show references] |