Home
last modified time | relevance | path

Searched refs:CONSTRAINT_EXTENDS (Results 1 – 13 of 13) 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 DParameterizedGenericMethodBinding.java134 …rnType.collectSubstitutes(scope, expectedType, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in computeCompatibleMethod()
362 …ers[i].collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS);
386 …rgType.collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS);
393 …ers[i].collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS);
483 …TypeBinding [] bounds = inferenceContext.getSubstitutes(current, TypeConstants.CONSTRAINT_EXTENDS);
698 …tutedBound.collectSubstitutes(scope, argument, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS);
708 …tutedBound.collectSubstitutes(scope, argument, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS);
H A DWildcardBinding.java290 case TypeConstants.CONSTRAINT_EXTENDS : // A << F in collectSubstitutes()
319 …ollectSubstitutes(scope, actualWildcard.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
327 …ctSubstitutes(scope, actualIntersection.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
329 …utes(scope, actualIntersection.otherBounds[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
333 …is.bound.collectSubstitutes(scope, actualType, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
H A DInferenceContext.java115 case TypeConstants.CONSTRAINT_EXTENDS : in toString()
H A DTypeVariableBinding.java362 case TypeConstants.CONSTRAINT_EXTENDS : in collectSubstitutes()
367 variableConstraint =TypeConstants.CONSTRAINT_EXTENDS; in collectSubstitutes()
H A DTypeConstants.java482 int CONSTRAINT_EXTENDS = 1; // Actual << Formal field
H A DParameterizedTypeBinding.java252 case TypeConstants.CONSTRAINT_EXTENDS : in collectSubstitutes()
321 …bstitutes(scope, actualWildcardArgument.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DParameterizedGenericMethodBinding.java316 …ers[i].collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in inferFromArgumentTypes()
340 …rgType.collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in inferFromArgumentTypes()
347 …ers[i].collectSubstitutes(scope, arguments[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in inferFromArgumentTypes()
437 …TypeBinding [] bounds = inferenceContext.getSubstitutes(current, TypeConstants.CONSTRAINT_EXTENDS); in resolveSubstituteConstraints()
625 …tutedBound.collectSubstitutes(scope, argument, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in inferFromExpectedType()
635 …tutedBound.collectSubstitutes(scope, argument, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in inferFromExpectedType()
H A DWildcardBinding.java160 case TypeConstants.CONSTRAINT_EXTENDS : // A << F in collectSubstitutes()
189 …ollectSubstitutes(scope, actualWildcard.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
197 …ctSubstitutes(scope, actualIntersection.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
199 …utes(scope, actualIntersection.otherBounds[i], inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
203 …is.bound.collectSubstitutes(scope, actualType, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
H A DInferenceContext.java111 case TypeConstants.CONSTRAINT_EXTENDS : in toString()
H A DTypeVariableBinding.java266 case TypeConstants.CONSTRAINT_EXTENDS : in collectSubstitutes()
271 variableConstraint =TypeConstants.CONSTRAINT_EXTENDS; in collectSubstitutes()
H A DTypeConstants.java334 int CONSTRAINT_EXTENDS = 1; // Actual << Formal field
H A DParameterizedTypeBinding.java220 case TypeConstants.CONSTRAINT_EXTENDS : in collectSubstitutes()
289 …bstitutes(scope, actualWildcardArgument.bound, inferenceContext, TypeConstants.CONSTRAINT_EXTENDS); in collectSubstitutes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DTypeConstants.java135 int CONSTRAINT_EXTENDS = 1; // Actual << Formal field