Ejemplo n.º 1
0
 /**
  * Calculate a semi-unique integer for this object
  *
  * @return a semi-unique integer for this object
  */
 public int hashCode() {
   return context.hashCode() + var.hashCode() + expr.hashCode();
 }