JvmDependenciesIndexImpl

class JvmDependenciesIndexImpl(_roots: List<JavaRoot>) : JvmDependenciesIndex

Functions

findClass
Link copied to clipboard
open override fun <T : Any> findClass(classId: ClassId, acceptedRootTypes: Set<JavaRoot.RootType>, findClassGivenDirectory: (VirtualFile, JavaRoot.RootType) -> T?): T?
traverseDirectoriesInPackage
Link copied to clipboard
open override fun traverseDirectoriesInPackage(packageFqName: FqName, acceptedRootTypes: Set<JavaRoot.RootType>, continueSearch: (VirtualFile, JavaRoot.RootType) -> Boolean)

Properties

indexedRoots
Link copied to clipboard
open override val indexedRoots: Sequence<JavaRoot>