Searched refs:getLowerBound (Results 1 – 5 of 5) sorted by relevance
37 public ITypeReference getLowerBound() { in getLowerBound() method in SigWildcardType54 + ((type.getLowerBound() == null) ? 0 : type.getLowerBound() in hashCode()70 if (thiz.getLowerBound() == null) { in equals()71 if (that.getLowerBound() != null) return false; in equals()72 } else if (!thiz.getLowerBound().equals(that.getLowerBound())) in equals()87 if (thiz.getLowerBound() != null) { in toString()90 builder.append(thiz.getLowerBound()); in toString()
39 public ITypeReference getLowerBound() { in getLowerBound() method in WildcardTypeProjection41 .getLowerBound(), mappings); in getLowerBound()
42 ITypeReference getLowerBound(); in getLowerBound() method
96 ITypeReference lowerBound = wildcardType.getLowerBound(); in convertWildcardLowerBound()
1371 ITypeReference fromLowerBound = from.getLowerBound();1372 ITypeReference toLowerBound = to.getLowerBound();