Home
last modified time | relevance | path

Searched refs:getIntersectingTypes (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DIntersectionTypeBinding18.java146 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in IntersectionTypeBinding18
214 TypeBinding[] rightIntersectingTypes = ((ReferenceBinding) other).getIntersectingTypes(); in isSubtypeOf()
H A DConstraintTypeFormula.java317 ReferenceBinding[] intersectingTypes = subCandidate.getIntersectingTypes(); in reduceSubType()
330 ReferenceBinding[] intersectingTypes = subCandidate.getIntersectingTypes(); in reduceSubType()
H A DTypeBinding.java496 ReferenceBinding[] intersectingTypes = itb18.getIntersectingTypes(); in findSuperTypeOriginatingFrom()
570 ReferenceBinding[] intersectingTypes = ((IntersectionTypeBinding18) this).getIntersectingTypes(); in getErasureCompatibleType()
1648 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in TypeBinding
H A DTypeSystem.java616 ReferenceBinding [] priorIntersectingTypes = derivedType.getIntersectingTypes(); in getIntersectionType18()
H A DWildcardBinding.java677 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in WildcardBinding
H A DReferenceBinding.java1550 TypeBinding[] intersecting = ((ReferenceBinding) other).getIntersectingTypes(); in isSubTypeOfRTL()
H A DScope.java652 ReferenceBinding[] types = intersection.getIntersectingTypes(); in substitute()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DConstraintTypeFormula.java279 ReferenceBinding[] intersectingTypes = subCandidate.getIntersectingTypes(); in reduceSubType()
292 ReferenceBinding[] intersectingTypes = subCandidate.getIntersectingTypes(); in reduceSubType()
H A DIntersectionCastTypeBinding.java109 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in IntersectionCastTypeBinding
H A DTypeSystem.java474 ReferenceBinding [] priorIntersectingTypes = derivedType.getIntersectingTypes(); in getIntersectionCastType()
H A DWildcardBinding.java545 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in WildcardBinding
H A DTypeBinding.java1517 public ReferenceBinding[] getIntersectingTypes() { in getIntersectingTypes() method in TypeBinding
H A DLookupEnvironment.java440 return computeBoxingType(type.getIntersectingTypes()[0]); in computeBoxingType()
H A DReferenceBinding.java1362 TypeBinding[] intersecting = ((ReferenceBinding) other).getIntersectingTypes(); in isSubTypeOfRTL()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DTypeBinding.java540 private ITypeBinding[] getIntersectingTypes() { in getIntersectingTypes() method in TypeBinding
543 ReferenceBinding[] intersectingTypes = this.binding.getIntersectingTypes(); in getIntersectingTypes()
699 …return new String(((IntersectionTypeBinding18) this.binding).getIntersectingTypes()[0].sourceName(… in getName()
915 return this.bounds = getIntersectingTypes(); in getTypeBounds()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DExpression.java306 ReferenceBinding [] intersectingTypes = castType.getIntersectingTypes(); in checkCastTypesCompatibility()
386 ReferenceBinding [] intersectingTypes = expressionType.getIntersectingTypes(); in checkCastTypesCompatibility()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DExpression.java328 ReferenceBinding [] intersectingTypes = castType.getIntersectingTypes(); in checkCastTypesCompatibility()
423 ReferenceBinding [] intersectingTypes = expressionType.getIntersectingTypes(); in checkCastTypesCompatibility()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/
H A DCodeStream.java3756 …nding[] intersectingTypes = ((IntersectionTypeBinding18)actualReceiverType).getIntersectingTypes();