Get parent and child of class

I have some PsiClass that refers to some class
How I can find PsiClasses for classes that extends from this class?
How I can find PsiClass for class from which this class is inherited?

0

- ClassInheritorsSearch.search
- PsiClass.getSuperClass()

0
Avatar
Permanently deleted user

Thanks!

0

请先登录再写评论。