sbool isSyntheticOrAnonymous(Class c) { ret c != null && (c.isSynthetic() || isAnonymousClassName(c.getName())); }