public class ConstraintFormulaSet extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormulaSet |
empty() |
boolean |
isEmpty() |
BoundSet |
reduce(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(TypeSolver typeSolver)
public boolean isEmpty()
Copyright © 2007–2019. All rights reserved.