public class ExpressionCompatibleWithType extends ConstraintFormula
ConstraintFormula.ReductionResult| Constructor and Description |
|---|
ExpressionCompatibleWithType(TypeSolver typeSolver,
com.github.javaparser.ast.expr.Expression expression,
com.github.javaparser.resolution.types.ResolvedType T) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
ConstraintFormula.ReductionResult |
reduce(BoundSet currentBoundSet)
A formula is reduced to one or both of:
i) A bound or bound set, which is to be incorporated with the "current" bound set.
|
String |
toString() |
public ExpressionCompatibleWithType(TypeSolver typeSolver, com.github.javaparser.ast.expr.Expression expression, com.github.javaparser.resolution.types.ResolvedType T)
public ConstraintFormula.ReductionResult reduce(BoundSet currentBoundSet)
ConstraintFormulareduce in class ConstraintFormulaCopyright © 2007–2019. All rights reserved.