public class TypeSubtypeOfType extends ConstraintFormula
ConstraintFormula.ReductionResult| Constructor and Description |
|---|
TypeSubtypeOfType(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 TypeSubtypeOfType(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.