Packages

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