public int hashCode() { return member.hashCode(); }
@Override public int hashCode() { return member.hashCode() ^ declaringType.hashCode(); }