Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
Packages that use ConstraintFormula
Package
Description
-
Uses of ConstraintFormula in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return ConstraintFormulaMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type ConstraintFormulaMethods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type ConstraintFormulaModifier and TypeMethodDescriptionConstraintFormula.ReductionResult.oneConstraint(ConstraintFormula constraintFormula)ConstraintFormula.ReductionResult.withConstraint(ConstraintFormula constraintFormula)ConstraintFormulaSet.withConstraint(ConstraintFormula constraintFormula)ConstraintFormula.ReductionResult.withConstraints(ConstraintFormula... constraints)Method parameters in com.github.javaparser.symbolsolver.resolution.typeinference with type arguments of type ConstraintFormulaModifier and TypeMethodDescriptionConstraintFormula.ReductionResult.withConstraints(List<ConstraintFormula> constraints) -
Uses of ConstraintFormula in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
Subclasses of ConstraintFormula in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulasModifier and TypeClassDescriptionclassAn expression is compatible in a loose invocation context with type TclassThe checked exceptions thrown by the body of the LambdaExpression are declared by the throws clause of the function type derived from T.classThe checked exceptions thrown by the referenced method are declared by the throws clause of the function type derived from T.classA type S is compatible in a loose invocation context with type TclassA type argument S is contained by a type argument TclassA type S is the same as a type T (ยง4.3.4), or a type argument S is the same as type argument TclassA reference type S is a subtype of a reference type T