static Class runWithParams(S snippetID, O... params) { Class c = hotwire(snippetID); setOpt(c, _computerID := null); // _onLoads should be called later to avoid this setOptAll(c, params); callMain(c); ret c; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005769 |
| Snippet name: | runWithParams - hotwire, set static variables and call main() |
| Eternal ID of this version: | #1005769/4 |
| Text MD5: | ec76a91392b3e1889996c5bbec3d9ee8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-04-11 18:09:04 |
| Source code size: | 225 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 836 / 832 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016536 - runAsMainWithParams - runWithParams + no creator class (isMain() = true) #1017842 - runDependentWithParams - hotwire dependent, set static variables and call main() |