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 profiledIndexWorkspace(check: () => Unit): Future[Unit]
  33. val referencesProvider: () => ReferenceProvider
  34. def reindexWorkspaceSources(paths: Seq[io.AbsolutePath]): Unit
  35. def reloadWorkspaceAndIndex(forceRefresh: Boolean, buildTool: BuildTool, checksum: String, importBuild: (BspSession) => Future[Unit]): Future[BuildChange]
  36. val scalaVersionSelector: ScalaVersionSelector
  37. val scalafixProvider: () => ScalafixProvider
  38. val semanticDBIndexer: () => SemanticdbIndexer
  39. val sh: ScheduledExecutorService
  40. val sourceMapper: SourceMapper
  41. val statusBar: () => StatusBar
  42. val symbolDocs: Docstrings
  43. val symbolSearch: () => MetalsSymbolSearch
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. val tables: () => Tables
  46. val timerProvider: TimerProvider
  47. val treeView: () => TreeViewProvider
  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 worksheetProvider: () => WorksheetProvider
  53. val workspaceReload: () => WorkspaceReload
  54. 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