Home
last modified time | relevance | path

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

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DTypeInference.java115 C = testForApplicabilityByLooseInvocation(Fs, es, theta); in instantiationInference()
677 …private Optional<ConstraintFormulaSet> testForApplicabilityByLooseInvocation(List<ResolvedType> Fs… in testForApplicabilityByLooseInvocation() method in TypeInference