Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1020087 // tok_allArgsInCallsToFunctions

JavaX fragment (include)

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)
  });
}

Author comment

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: 203 / 238
Referenced in: [show references]