Home
last modified time | relevance | path

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

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DConstraintFormulaSet.java45 boundSet.incorporate(reductionResult.getBoundSet(), typeSolver); in reduce()
DConstraintFormula.java18 public BoundSet getBoundSet() { in getBoundSet() method in ConstraintFormula.ReductionResult