static LS tok_allArgsInCallsToFunctions(final LS tok, S... functionNames) { final Map<Int> bracketMap = getBracketMap(tok); ret concatMap(functionNames, func(S functionName) -> LS { tok_allArgsInCallsToFunction(tok, functionName, bracketMap) }); }
Began life as a copy of #1020085
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020087 |
| Snippet name: | tok_allArgsInCallsToFunctions |
| Eternal ID of this version: | #1020087/1 |
| Text MD5: | 2a6c0e91531185159a95c9646ebc3499 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-06 21:32:55 |
| Source code size: | 262 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 481 / 518 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |