Home
last modified time | relevance | path

Searched refs:constraintFormulaSet (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.java360 ConstraintFormulaSet constraintFormulaSet = ConstraintFormulaSet.empty(); in functionalInterfaceParameterizationInference() local
367 BoundSet B = constraintFormulaSet.reduce(typeSolver); in functionalInterfaceParameterizationInference()
693 ConstraintFormulaSet constraintFormulaSet = ConstraintFormulaSet.empty(); in constraintSetFromArgumentsSubstitution() local
698 constraintFormulaSet = constraintFormulaSet.withConstraint( in constraintSetFromArgumentsSubstitution()
701 return constraintFormulaSet; in constraintSetFromArgumentsSubstitution()