public class RelaxedDirectInheritorChecker
extends java.lang.Object
| Constructor and Description |
|---|
RelaxedDirectInheritorChecker(PsiClass baseClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkInheritance(PsiClass inheritorCandidate)
This assumes that
inheritorCandidate is in the use scope of myBaseClass |
public RelaxedDirectInheritorChecker(PsiClass baseClass)
public boolean checkInheritance(PsiClass inheritorCandidate)
inheritorCandidate is in the use scope of myBaseClass