Exemplo n.º 1
0
 public int hashCode() {
   return propertyName.hashCode() ^ operation.hashCode() ^ fieldName.hashCode() ^ (prefix ? 0 : 1);
 }