Home
last modified time | relevance | path

Searched refs:getLowerBound (Results 1 – 5 of 5) sorted by relevance

/cts/tools/signature-tools/src/signature/model/impl/
DSigWildcardType.java37 public ITypeReference getLowerBound() { in getLowerBound() method in SigWildcardType
54 + ((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()
/cts/tools/signature-tools/src/signature/compare/model/subst/
DWildcardTypeProjection.java39 public ITypeReference getLowerBound() { in getLowerBound() method in WildcardTypeProjection
41 .getLowerBound(), mappings); in getLowerBound()
/cts/tools/signature-tools/src/signature/model/
DIWildcardType.java42 ITypeReference getLowerBound(); in getLowerBound() method
/cts/tools/signature-tools/test/signature/converter/
DConvertWildcardTest.java96 ITypeReference lowerBound = wildcardType.getLowerBound(); in convertWildcardLowerBound()
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java1371 ITypeReference fromLowerBound = from.getLowerBound();
1372 ITypeReference toLowerBound = to.getLowerBound();