// returns pair(functionName, args) static Pair<S, LS> parseFunctionCall(S s) { ret tok_parseFunctionCall(s); } static Pair<S, LS> parseFunctionCall(L<S> tok) { ret tok_parseFunctionCall(tok); }
Began life as a copy of #1012494
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014758 |
Snippet name: | parseFunctionCall - synonym of tok_parseFunctionCall |
Eternal ID of this version: | #1014758/2 |
Text MD5: | ebbb33bc39a1ca774da403ecf19eab7c |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-01 14:25:48 |
Source code size: | 208 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 468 / 494 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028452 - unparseFunctionCall - reverse function of parseFunctionCall |