Files
openide/java/java-psi-api
Dmitry Jemerov 790db948e8 add PsiPackage.getChildren() API and corresponding extension API in PsiElementFinder.
(In Kotlin, packages really contain files rather than classes, and the new API allows to enumerate the files contained in the package, even if those files contain only top-level functions and no classes.)
2014-12-22 20:58:11 +01:00
..