Get parent and child of class Permanently deleted user 创建于 2012年12月18日 18:46 I have some PsiClass that refers to some classHow 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!