public class FalseBound extends Bound
| Modifier and Type | Method and Description |
|---|---|
static FalseBound |
getInstance() |
boolean |
isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)
A bound is satisfied by an inference variable substitution if, after applying the substitution,
the assertion is true.
|
String |
toString() |
Set<InferenceVariable> |
usedInferenceVariables() |
isADependency, isAnInstantiation, isProperLowerBound, isProperUpperBoundpublic static FalseBound getInstance()
public boolean isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)
BoundisSatisfied in class Boundpublic Set<InferenceVariable> usedInferenceVariables()
usedInferenceVariables in class BoundCopyright © 2007–2019. All rights reserved.