Class FalseBound
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.Bound
com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
No valid choice of inference variables exists.
- Author:
- Federico Tomassetti
-
Method Summary
Modifier and TypeMethodDescriptionstatic FalseBoundbooleanisSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution) A bound is satisfied by an inference variable substitution if, after applying the substitution, the assertion is true.toString()Other methodsMethods inherited from class Bound
isADependency, isAnInstantiation, isProperLowerBound, isProperUpperBound
-
Method Details
-
getInstance
-
toString
-
isSatisfied
Description copied from class:BoundA bound is satisfied by an inference variable substitution if, after applying the substitution, the assertion is true.- Specified by:
isSatisfiedin classBound
-
usedInferenceVariables
Description copied from class:BoundOther methods- Specified by:
usedInferenceVariablesin classBound
-