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
2 comments

- ClassInheritorsSearch.search
- PsiClass.getSuperClass()

0
Avatar
Permanently deleted user

Thanks!

0

Please sign in to leave a comment.