final case class Indexer(workspaceReload: () => WorkspaceReload, doctor: () => Doctor, languageClient: DelegatingLanguageClient, bspSession: () => Option[BspSession], executionContext: ExecutionContextExecutorService, tables: () => Tables, statusBar: () => StatusBar, timerProvider: TimerProvider, scalafixProvider: () => ScalafixProvider, indexingPromise: Promise[Unit], buildData: () => Seq[BuildTool], clientConfig: ClientConfiguration, definitionIndex: OnDemandSymbolIndex, referencesProvider: () => ReferenceProvider, workspaceSymbols: () => WorkspaceSymbolProvider, buildTargets: BuildTargets, interactiveSemanticdbs: () => InteractiveSemanticdbs, buildClient: () => ForwardingMetalsBuildClient, semanticDBIndexer: () => SemanticdbIndexer, treeView: () => TreeViewProvider, worksheetProvider: () => WorksheetProvider, symbolSearch: () => MetalsSymbolSearch, buildTools: () => BuildTools, formattingProvider: () => FormattingProvider, fileWatcher: FileWatcher, focusedDocument: () => Option[io.AbsolutePath], focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier], buildTargetClasses: BuildTargetClasses, userConfig: () => UserConfiguration, sh: ScheduledExecutorService, symbolDocs: Docstrings, scalaVersionSelector: ScalaVersionSelector, sourceMapper: SourceMapper) 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, doctor: () => Doctor, languageClient: DelegatingLanguageClient, bspSession: () => Option[BspSession], executionContext: ExecutionContextExecutorService, tables: () => Tables, statusBar: () => StatusBar, timerProvider: TimerProvider, scalafixProvider: () => ScalafixProvider, indexingPromise: Promise[Unit], buildData: () => Seq[BuildTool], clientConfig: ClientConfiguration, definitionIndex: OnDemandSymbolIndex, referencesProvider: () => ReferenceProvider, workspaceSymbols: () => WorkspaceSymbolProvider, buildTargets: BuildTargets, interactiveSemanticdbs: () => InteractiveSemanticdbs, buildClient: () => ForwardingMetalsBuildClient, semanticDBIndexer: () => SemanticdbIndexer, treeView: () => TreeViewProvider, worksheetProvider: () => WorksheetProvider, symbolSearch: () => MetalsSymbolSearch, buildTools: () => BuildTools, formattingProvider: () => FormattingProvider, fileWatcher: FileWatcher, focusedDocument: () => Option[io.AbsolutePath], focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier], buildTargetClasses: BuildTargetClasses, userConfig: () => UserConfiguration, sh: ScheduledExecutorService, symbolDocs: Docstrings, scalaVersionSelector: ScalaVersionSelector, sourceMapper: SourceMapper)
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 buildClient: () => ForwardingMetalsBuildClient
- val buildData: () => Seq[BuildTool]
- val buildTargetClasses: BuildTargetClasses
- val buildTargets: BuildTargets
- val buildTools: () => BuildTools
- val clientConfig: ClientConfiguration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val definitionIndex: OnDemandSymbolIndex
- val doctor: () => Doctor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionContext: ExecutionContextExecutorService
- val fileWatcher: FileWatcher
- val focusedDocument: () => Option[io.AbsolutePath]
- val focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier]
- val formattingProvider: () => FormattingProvider
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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]): Future[BuildChange]
- val scalaVersionSelector: ScalaVersionSelector
- val scalafixProvider: () => ScalafixProvider
- val semanticDBIndexer: () => SemanticdbIndexer
- val sh: ScheduledExecutorService
- 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 treeView: () => TreeViewProvider
- 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 worksheetProvider: () => WorksheetProvider
- 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