1 | static LPair<S> tok_typesAndNamesOfFunctionDef(LS tok) { |
2 | LS tokF = first(findFullFunctionDefs(tok, false)); |
3 | ret tokF == null ? null : tok_typesAndNamesOfParams(subList(tokF, tok_findArgs(tokF))); |
4 | } |
5 | |
6 | static LPair<S> tok_typesAndNamesOfFunctionDef(S src) { |
7 | ret tok_typesAndNamesOfFunctionDef(javaTok(src)); |
8 | } |
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: | #1021099 |
Snippet name: | tok_typesAndNamesOfFunctionDef |
Eternal ID of this version: | #1021099/6 |
Text MD5: | 7bfd16179c28158c3d9addbf1a587f9f |
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:19:31 |
Source code size: | 319 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 314 / 333 |
Version history: | 5 change(s) |
Referenced in: | [show references] |