public class TypeCompatibleWithType extends ConstraintFormula
ConstraintFormula.ReductionResult| Constructor and Description |
|---|
TypeCompatibleWithType(TypeSolver typeSolver,
com.github.javaparser.resolution.types.ResolvedType s,
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 TypeCompatibleWithType(TypeSolver typeSolver, com.github.javaparser.resolution.types.ResolvedType s, com.github.javaparser.resolution.types.ResolvedType t)
public ConstraintFormula.ReductionResult reduce(BoundSet currentBoundSet)
ConstraintFormulareduce in class ConstraintFormulaCopyright © 2007–2019. All rights reserved.