Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
Packages that use BoundSet
Package
Description
-
Uses of BoundSet in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return BoundSetModifier and TypeMethodDescriptionBoundSet.deriveImpliedBounds(TypeSolver typeSolver)static BoundSetBoundSet.empty()ConstraintFormula.ReductionResult.getBoundSet()BoundSet.incorporate(BoundSet otherBounds, TypeSolver typeSolver)Maintains a set of inference variable bounds, ensuring that these are consistent as new bounds are added.TypeInference.invocationTypeInferenceBoundsSetB3()ConstraintFormulaSet.reduce(TypeSolver typeSolver)Takes a compatibility assertion about an expression or type, called a constraint formula, and reduces it to a set of bounds on inference variables.Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type BoundSetModifier and TypeMethodDescriptionbooleanInstantiationSet.allInferenceVariablesAreResolved(BoundSet boundSet)BoundSet.incorporate(BoundSet otherBounds, TypeSolver typeSolver)Maintains a set of inference variable bounds, ensuring that these are consistent as new bounds are added.abstract ConstraintFormula.ReductionResultA formula is reduced to one or both of: i) A bound or bound set, which is to be incorporated with the "current" bound set. -
Uses of BoundSet in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
Methods in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas with parameters of type BoundSetModifier and TypeMethodDescription