public class TypeSubtypeOfType extends ConstraintFormula
ConstraintFormula.ReductionResult| Constructor and Description |
|---|
TypeSubtypeOfType(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver,
com.github.javaparser.resolution.types.ResolvedType S,
com.github.javaparser.resolution.types.ResolvedType T) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString() |
public TypeSubtypeOfType(com.github.javaparser.symbolsolver.model.resolution.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 ConstraintFormulapublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object