Searched refs:attributeHash (Results 1 – 1 of 1) sorted by relevance
105 int attributeHash = (attribute == null) ? 0 : attribute.hashCode(); in hashCode() local106 return attributeHash + field * 10 + beginIndex * 100 + endIndex; in hashCode()