Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
-
-
Uses of ConstraintFormula.ReductionResult in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return ConstraintFormula.ReductionResult Modifier and Type Method Description static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. bounds(BoundSet bounds)static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. empty()static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. falseResult()static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. oneBound(Bound bound)static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. oneConstraint(ConstraintFormula constraintFormula)abstract ConstraintFormula.ReductionResultConstraintFormula. 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.static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. trueResult()ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. withBound(Bound bound)ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. withConstraint(ConstraintFormula constraintFormula)static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. withConstraints(ConstraintFormula... constraints)static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. withConstraints(List<ConstraintFormula> constraints) -
Uses of ConstraintFormula.ReductionResult in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
Methods in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas that return ConstraintFormula.ReductionResult Modifier and Type Method Description ConstraintFormula.ReductionResultExpressionCompatibleWithType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultLambdaThrowsCompatibleWithType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultMethodReferenceThrowsCompatibleWithType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultTypeCompatibleWithType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultTypeContainedByType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultTypeSameAsType. reduce(BoundSet currentBoundSet)ConstraintFormula.ReductionResultTypeSubtypeOfType. reduce(BoundSet currentBoundSet)
-