static LPair<S> tok_typesAndNamesOfFunctionDef(LS tok) { LS tokF = first(findFullFunctionDefs(tok, false)); ret tokF == null ? null : tok_typesAndNamesOfParams(subList(tokF, tok_findArgs(tokF))); } static LPair<S> tok_typesAndNamesOfFunctionDef(S src) { ret tok_typesAndNamesOfFunctionDef(javaTok(src)); }
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: | 548 / 573 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |