public class SubtypingConstraint extends java.lang.Object implements ConstraintFormula
| Constructor and Description |
|---|
SubtypingConstraint(PsiType t,
PsiType s) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(PsiSubstitutor substitutor,
boolean cache) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
reduce(InferenceSession session,
java.util.List<? super ConstraintFormula> constraints) |
java.lang.String |
toString() |
public void apply(PsiSubstitutor substitutor, boolean cache)
apply in interface ConstraintFormulapublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean reduce(InferenceSession session, java.util.List<? super ConstraintFormula> constraints)
reduce in interface ConstraintFormulapublic java.lang.String toString()
toString in class java.lang.Object