1 | static LS tok_typesOfFunctionArgs(LS tok) {
|
2 | ret pairsA(tok_typesAndNamesOfFunctionDef(tok)); |
3 | } |
4 | |
5 | static LS tok_typesOfFunctionArgs(S src) {
|
6 | ret tok_typesOfFunctionArgs(javaTok(src)); |
7 | } |
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: | 508 / 541 |
| Referenced in: | [show references] |