JvmDependenciesIndexImpl

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

Constructors

Link copied to clipboard
fun JvmDependenciesIndexImpl(_roots: List<JavaRoot>)

Functions

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

Properties

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