Home
last modified time | relevance | path

Searched refs:properType (Results 1 – 3 of 3) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DProperLowerBound.java10 private ResolvedType properType; field in ProperLowerBound
12 public ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperLowerBound() argument
14 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()
DInstantiation.java11 private ResolvedType properType; field in Instantiation
13 public Instantiation(InferenceVariable inferenceVariable, ResolvedType properType) { in Instantiation() argument
15 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()
DProperUpperBound.java10 private ResolvedType properType; field in ProperUpperBound
12 public ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperUpperBound() argument
14 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()