Searched refs:properType (Results 1 – 3 of 3) sorted by relevance
10 private ResolvedType properType; field in ProperLowerBound12 public ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperLowerBound() argument14 this.properType = properType; in ProperLowerBound()25 return properType.equals(that.properType); in equals()31 result = 31 * result + properType.hashCode(); in hashCode()39 ", properType=" + properType + in toString()48 return properType; in getProperType()
11 private ResolvedType properType; field in Instantiation13 public Instantiation(InferenceVariable inferenceVariable, ResolvedType properType) { in Instantiation() argument15 this.properType = properType; in Instantiation()23 return properType; in getProperType()34 return properType.equals(that.properType); in equals()40 result = 31 * result + properType.hashCode(); in hashCode()48 ", properType=" + properType + in toString()
10 private ResolvedType properType; field in ProperUpperBound12 public ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperUpperBound() argument14 this.properType = properType; in ProperUpperBound()25 return properType.equals(that.properType); in equals()31 result = 31 * result + properType.hashCode(); in hashCode()39 ", properType=" + properType + in toString()48 return properType; in getProperType()