1 | static Class runWithParams(S snippetID, O... params) {
|
2 | Class c = hotwire(snippetID); |
3 | setOpt(c, _computerID := null); // _onLoads should be called later to avoid this |
4 | setOptAll(c, params); |
5 | callMain(c); |
6 | ret c; |
7 | } |
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: | 837 / 833 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |