Class TypeSubtypeOfType
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
A reference type S is a subtype of a reference type T
-
Nested Class Summary
Nested classes/interfaces inherited from class ConstraintFormula
ConstraintFormula.ReductionResult -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
S
-
T
-
typeSolver
-
-
Constructor Details
-
TypeSubtypeOfType
-
-
Method Details
-
reduce
Description copied from class:ConstraintFormulaA formula is reduced to one or both of: i) A bound or bound set, which is to be incorporated with the "current" bound set. Initially, the current bound set is empty. ii) Further constraint formulas, which are to be reduced recursively.- Specified by:
reducein classConstraintFormula
-
equals
-
hashCode
-
toString
-