static void callOnLoadMethods(Class c) { for (S name : methodsStartingWith(c, "_onLoad_")) pcallOpt(c, name); pcallOpt(c, "_onLoad"); }