final case class Indexer(workspaceReload: () => WorkspaceReload, check: () => Unit, languageClient: DelegatingLanguageClient, bspSession: () => Option[BspSession], executionContext: ExecutionContextExecutorService, tables: Tables, statusBar: () => StatusBar, workDoneProgress: WorkDoneProgress, timerProvider: TimerProvider, scalafixProvider: () => ScalafixProvider, indexingPromise: () => Promise[Unit], buildData: () => Seq[BuildTool], clientConfig: ClientConfiguration, definitionIndex: OnDemandSymbolIndex, referencesProvider: () => ReferenceProvider, workspaceSymbols: () => WorkspaceSymbolProvider, buildTargets: BuildTargets, interactiveSemanticdbs: () => InteractiveSemanticdbs, semanticDBIndexer: () => SemanticdbIndexer, worksheetProvider: () => WorksheetProvider, symbolSearch: () => MetalsSymbolSearch, fileWatcher: () => FileWatcher, focusedDocument: () => Option[io.AbsolutePath], focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier], buildTargetClasses: BuildTargetClasses, userConfig: () => UserConfiguration, sh: ScheduledExecutorService, symbolDocs: Docstrings, scalaVersionSelector: ScalaVersionSelector, sourceMapper: SourceMapper, workspaceFolder: io.AbsolutePath, implementationProvider: ImplementationProvider, resetService: () => Unit, sharedIndices: SqlSharedIndices)(implicit rc: ReportContext) extends Product with Serializable
Coordinates build target data fetching and caching, and the re-computation of various indexes based on it.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Indexer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Indexer(workspaceReload: () => WorkspaceReload, check: () => Unit, languageClient: DelegatingLanguageClient, bspSession: () => Option[BspSession], executionContext: ExecutionContextExecutorService, tables: Tables, statusBar: () => StatusBar, workDoneProgress: WorkDoneProgress, timerProvider: TimerProvider, scalafixProvider: () => ScalafixProvider, indexingPromise: () => Promise[Unit], buildData: () => Seq[BuildTool], clientConfig: ClientConfiguration, definitionIndex: OnDemandSymbolIndex, referencesProvider: () => ReferenceProvider, workspaceSymbols: () => WorkspaceSymbolProvider, buildTargets: BuildTargets, interactiveSemanticdbs: () => InteractiveSemanticdbs, semanticDBIndexer: () => SemanticdbIndexer, worksheetProvider: () => WorksheetProvider, symbolSearch: () => MetalsSymbolSearch, fileWatcher: () => FileWatcher, focusedDocument: () => Option[io.AbsolutePath], focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier], buildTargetClasses: BuildTargetClasses, userConfig: () => UserConfiguration, sh: ScheduledExecutorService, symbolDocs: Docstrings, scalaVersionSelector: ScalaVersionSelector, sourceMapper: SourceMapper, workspaceFolder: io.AbsolutePath, implementationProvider: ImplementationProvider, resetService: () => Unit, sharedIndices: SqlSharedIndices)(implicit rc: ReportContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bspSession: () => Option[BspSession]
- val buildData: () => Seq[BuildTool]
- val buildTargetClasses: BuildTargetClasses
- val buildTargets: BuildTargets
- val check: () => Unit
- val clientConfig: ClientConfiguration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val definitionIndex: OnDemandSymbolIndex
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionContext: ExecutionContextExecutorService
- val fileWatcher: () => FileWatcher
- val focusedDocument: () => Option[io.AbsolutePath]
- val focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val implementationProvider: ImplementationProvider
- def indexWorkspaceSources(data: TargetData): Unit
- def indexWorkspaceSources(data: Seq[TargetData]): Unit
- val indexingPromise: () => Promise[Unit]
- val interactiveSemanticdbs: () => InteractiveSemanticdbs
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val languageClient: DelegatingLanguageClient
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def profiledIndexWorkspace(check: () => Unit): Future[Unit]
- val referencesProvider: () => ReferenceProvider
- def reindexWorkspaceSources(paths: Seq[io.AbsolutePath]): Unit
- def reloadWorkspaceAndIndex(forceRefresh: Boolean, buildTool: BuildTool, checksum: String, importBuild: (BspSession) => Future[Unit], reconnectToBuildServer: () => Future[BuildChange]): Future[BuildChange]
- val resetService: () => Unit
- val scalaVersionSelector: ScalaVersionSelector
- val scalafixProvider: () => ScalafixProvider
- val semanticDBIndexer: () => SemanticdbIndexer
- val sh: ScheduledExecutorService
- val sharedIndices: SqlSharedIndices
- def simpleMappedSource(sourceItem: WrappedSourceItem): MappedSource
- val sourceMapper: SourceMapper
- val statusBar: () => StatusBar
- val symbolDocs: Docstrings
- val symbolSearch: () => MetalsSymbolSearch
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tables: Tables
- val timerProvider: TimerProvider
- val userConfig: () => UserConfiguration
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val workDoneProgress: WorkDoneProgress
- val worksheetProvider: () => WorksheetProvider
- val workspaceFolder: io.AbsolutePath
- val workspaceReload: () => WorkspaceReload
- val workspaceSymbols: () => WorkspaceSymbolProvider
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)