public class ConstraintFormulaSet
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormulaSet |
empty() |
boolean |
isEmpty() |
BoundSet |
reduce(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
Takes a compatibility assertion about an expression or type, called a constraint formula, and reduces it to a
set of bounds on inference variables.
|
ConstraintFormulaSet |
withConstraint(ConstraintFormula constraintFormula) |
public ConstraintFormulaSet withConstraint(ConstraintFormula constraintFormula)
public static ConstraintFormulaSet empty()
public BoundSet reduce(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public boolean isEmpty()