static bool methodIsStatic(Method m) { ret (m.getModifiers() & Modifier.STATIC) != 0; }