1 | static LS tok_allArgsInCallsToFunctions(final LS tok, S... functionNames) { |
2 | final Map<Int> bracketMap = getBracketMap(tok); |
3 | ret concatMap(functionNames, func(S functionName) -> LS { |
4 | tok_allArgsInCallsToFunction(tok, functionName, bracketMap) |
5 | }); |
6 | } |
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: | 279 / 308 |
Referenced in: | [show references] |