Class TypeContainedByType
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
A type argument S is contained by a type argument 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
-
-
Constructor Details
-
TypeContainedByType
public TypeContainedByType()
-
-
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
-