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 ConstraintFormula
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean reduce(InferenceSession session, java.util.List<? super ConstraintFormula> constraints)
reduce
in interface ConstraintFormula
public java.lang.String toString()
toString
in class java.lang.Object