Class MethodReferenceThrowsCompatibleWithType
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
The checked exceptions thrown by the referenced method are declared by the throws clause of the function type
derived from T.
-
Nested Class Summary
Nested classes/interfaces inherited from class ConstraintFormula
ConstraintFormula.ReductionResult -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodReference
-
T
-
-
Constructor Details
-
MethodReferenceThrowsCompatibleWithType
public MethodReferenceThrowsCompatibleWithType()
-
-
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
-