1 | static void callOnLoadMethods(Class c) { |
2 | for (S name : methodsStartingWith(c, "_onLoad_")) |
3 | pcallOpt(c, name); |
4 | pcallOpt(c, "_onLoad"); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010626 |
Snippet name: | callOnLoadMethods - call _onLoad* |
Eternal ID of this version: | #1010626/1 |
Text MD5: | b82050bfea1814c0e790de11f17394dc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-23 20:33:46 |
Source code size: | 147 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 561 / 598 |
Referenced in: | [show references] |