static LS tok_allArgsInCallsToFunction(final LS tok, S functionName) { ret tok_allArgsInCallsToFunction(tok, functionName, getBracketMap(tok)); } static LS tok_allArgsInCallsToFunction(final LS tok, S functionName, final Map<Int> bracketMap) { ret map(tok_findCallsToFunction(tok, functionName), func(int i) -> S { joinSubList(tok, tok_findArgs(tok, i, bracketMap)) }); }
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: | #1020085 |
Snippet name: | tok_allArgsInCallsToFunction |
Eternal ID of this version: | #1020085/4 |
Text MD5: | 78d10ed82afa535826836e978964656a |
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:15 |
Source code size: | 390 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 260 / 299 |
Version history: | 3 change(s) |
Referenced in: | [show references] |