@Override public int hashCode() { int result = specialMethodInvocation.hashCode(); result = 31 * result + (serializableProxy ? 1 : 0); result = 31 * result + assigner.hashCode(); return result; }
@Override public int hashCode() { return accessorMethod.hashCode() + 31 * assigner.hashCode(); }
@Override public int hashCode() { return 31 * assigner.hashCode() + typing.hashCode(); }