Packages

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
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, 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

  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]) @native() @IntrinsicCandidate()
  13. val definitionIndex: OnDemandSymbolIndex
  14. val doctor: () => Doctor
  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
    @native() @IntrinsicCandidate()
  22. def indexWorkspaceSources(data: TargetData): Unit
  23. def indexWorkspaceSources(data: Seq[TargetData]): Unit
  24. val indexingPromise: Promise[Unit]
  25. val interactiveSemanticdbs: () => InteractiveSemanticdbs
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val languageClient: DelegatingLanguageClient
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def productIterator: Iterator[Any]
    Definition Classes
    Product
  33. def profiledIndexWorkspace(check: () => Unit): Future[Unit]
  34. val referencesProvider: () => ReferenceProvider
  35. def reindexWorkspaceSources(paths: Seq[io.AbsolutePath]): Unit
  36. def reloadWorkspaceAndIndex(forceRefresh: Boolean, buildTool: BuildTool, checksum: String): Future[BuildChange]
  37. val scalaVersionSelector: ScalaVersionSelector
  38. val scalafixProvider: () => ScalafixProvider
  39. val semanticDBIndexer: () => SemanticdbIndexer
  40. val sh: ScheduledExecutorService
  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 treeView: () => TreeViewProvider
  49. val userConfig: () => UserConfiguration
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. val worksheetProvider: () => WorksheetProvider
  54. val workspaceReload: () => WorkspaceReload
  55. val workspaceSymbols: () => WorkspaceSymbolProvider

Deprecated Value Members

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

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped