Packages

c

scala.meta.internal.metals

WorkspaceSymbolProvider

final class WorkspaceSymbolProvider extends AnyRef

Implements workspace/symbol for both workspace sources and dependency classpath.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkspaceSymbolProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WorkspaceSymbolProvider(workspace: io.AbsolutePath, buildTargets: BuildTargets, index: GlobalSymbolIndex, saveClassFileToDisk: Boolean, excludedPackageHandler: () => ExcludedPackagesHandler, bucketSize: Int = CompressedPackageIndex.DefaultBucketSize, classpathSearchIndexer: ClasspathSearch.Indexer = ClasspathSearch.Indexer.default)(implicit rc: ReportContext)

Type Members

  1. class PreferredScalaVersionOrdering extends Ordering[SymbolDefinition]

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. val MaxWorkspaceMatchesForShortQuery: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildTargetSymbols(id: BuildTargetIdentifier): Iterator[WorkspaceSymbolInformation]
  7. val buildTargets: BuildTargets
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def didChange(source: io.AbsolutePath, symbols: Seq[WorkspaceSymbolInformation], methodSymbols: Seq[WorkspaceSymbolInformation]): Unit
  10. def didRemove(path: io.AbsolutePath): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. var inDependencies: ClasspathSearch
  16. val inWorkspace: TrieMap[Path, WorkspaceSymbolsIndex]
  17. val inWorkspaceMethods: TrieMap[Path, Seq[WorkspaceSymbolInformation]]
  18. val index: GlobalSymbolIndex
  19. def indexClasspath(): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def search(query: WorkspaceSymbolQuery, visitor: SymbolSearchVisitor, target: Option[BuildTargetIdentifier]): (Result, Int)
  25. def search(query: String, token: CancelChecker, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
  26. def search(query: String, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
  27. def searchExactFrom(queryString: String, path: io.AbsolutePath, token: CancelToken, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
  28. def searchMethods(query: String, visitor: SymbolSearchVisitor, target: Option[BuildTargetIdentifier]): Result
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. val workspace: io.AbsolutePath
  35. object SymbolDefinitionOrdering

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 AnyRef

Inherited from Any

Ungrouped