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

7
LINES

< > BotCompany Repo | #1021104 // tok_typesOfFunctionArgs (may include "final")

JavaX fragment (include)

static LS tok_typesOfFunctionArgs(LS tok) {
  ret pairsA(tok_typesAndNamesOfFunctionDef(tok));
}

static LS tok_typesOfFunctionArgs(S src) {
  ret tok_typesOfFunctionArgs(javaTok(src));
}

Author comment

Began life as a copy of #1021099

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021104
Snippet name: tok_typesOfFunctionArgs (may include "final")
Eternal ID of this version: #1021104/1
Text MD5: 14067fb80c700b4e6e421cfe3b4e0668
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-22 17:14:57
Source code size: 193 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 201 / 234
Referenced in: [show references]