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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FalseBound
private FalseBound()
-
-
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
-