public class CapturesBound extends Bound
| Constructor and Description |
|---|
CapturesBound(List<InferenceVariable> inferenceVariables,
List<com.github.javaparser.resolution.types.ResolvedType> typesOrWildcards) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<InferenceVariable> |
getInferenceVariables() |
List<com.github.javaparser.resolution.types.ResolvedType> |
getTypesOrWildcards() |
int |
hashCode() |
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 CapturesBound(List<InferenceVariable> inferenceVariables, List<com.github.javaparser.resolution.types.ResolvedType> typesOrWildcards)
public boolean isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)
BoundisSatisfied in class Boundpublic Set<InferenceVariable> usedInferenceVariables()
usedInferenceVariables in class Boundpublic List<InferenceVariable> getInferenceVariables()
public List<com.github.javaparser.resolution.types.ResolvedType> getTypesOrWildcards()
Copyright © 2007–2019. All rights reserved.