static bool isAbstract(Class c) { ret (c.getModifiers() & Modifier.ABSTRACT) != 0; }