Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InferenceFailureException
Packages that use InferenceFailureException
-
Uses of InferenceFailureException in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that throw InferenceFailureExceptionModifier and TypeMethodDescriptionorg.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSetInferenceContext18.inferInvocationType(TypeBinding expectedType, InvocationSite invocationSite, MethodBinding method) JLS 18.5.2 Invocation Type InferencebooleanInferenceContext18.reduceAndIncorporate(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintFormula constraint) When inference produces a new constraint, reduce it to a suitable type bound and add the latter to the bound set.org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSetInferenceContext18.solve()org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSetInferenceContext18.solve(boolean inferringApplicability) Try to solve the inference problem defined by constraints and bounds previously registered.org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSetInferenceContext18.solve(InferenceVariable[] toResolve, boolean isRecordPatternTypeInference)