Packages

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
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Indexer
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bspSession: () => Option[BspSession]
  6. val buildData: () => Seq[BuildTool]
  7. val buildTargetClasses: BuildTargetClasses
  8. val buildTargets: BuildTargets
  9. val check: () => Unit
  10. val clientConfig: ClientConfiguration
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. val definitionIndex: OnDemandSymbolIndex
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val executionContext: ExecutionContextExecutorService
  15. val fileWatcher: () => FileWatcher
  16. val focusedDocument: () => Option[io.AbsolutePath]
  17. val focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. val implementationProvider: ImplementationProvider
  20. def indexWorkspaceSources(data: TargetData): Unit
  21. def indexWorkspaceSources(data: Seq[TargetData]): Unit
  22. val indexingPromise: () => Promise[Unit]
  23. val interactiveSemanticdbs: () => InteractiveSemanticdbs
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val languageClient: DelegatingLanguageClient
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def profiledIndexWorkspace(check: () => Unit): Future[Unit]
  31. val referencesProvider: () => ReferenceProvider
  32. def reindexWorkspaceSources(paths: Seq[io.AbsolutePath]): Unit
  33. def reloadWorkspaceAndIndex(forceRefresh: Boolean, buildTool: BuildTool, checksum: String, importBuild: (BspSession) => Future[Unit], reconnectToBuildServer: () => Future[BuildChange]): Future[BuildChange]
  34. val resetService: () => Unit
  35. val scalaVersionSelector: ScalaVersionSelector
  36. val scalafixProvider: () => ScalafixProvider
  37. val semanticDBIndexer: () => SemanticdbIndexer
  38. val sh: ScheduledExecutorService
  39. val sharedIndices: SqlSharedIndices
  40. def simpleMappedSource(sourceItem: WrappedSourceItem): MappedSource
  41. val sourceMapper: SourceMapper
  42. val statusBar: () => StatusBar
  43. val symbolDocs: Docstrings
  44. val symbolSearch: () => MetalsSymbolSearch
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val tables: Tables
  47. val timerProvider: TimerProvider
  48. val userConfig: () => UserConfiguration
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. val workDoneProgress: WorkDoneProgress
  53. val worksheetProvider: () => WorksheetProvider
  54. val workspaceFolder: io.AbsolutePath
  55. val workspaceReload: () => WorkspaceReload
  56. val workspaceSymbols: () => WorkspaceSymbolProvider

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped