Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Get parent and child of class
Permanently deleted user
Created
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?
- ClassInheritorsSearch.search
- PsiClass.getSuperClass()
Thanks!