1 | static Class runDependentWithParams(S snippetID, O... params) {
|
2 | Class c = hotwireDependent(snippetID); |
3 | setOptAll(c, params); |
4 | callMain(c); |
5 | ret c; |
6 | } |
Began life as a copy of #1005769
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017842 |
| Snippet name: | runDependentWithParams - hotwire dependent, set static variables and call main() |
| Eternal ID of this version: | #1017842/1 |
| Text MD5: | 4d3581b51c92d2e9e305cc4b792201c7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-16 16:08:32 |
| Source code size: | 159 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 626 / 679 |
| Referenced in: | [show references] |