final class WorkspaceSymbolProvider extends AnyRef
Implements workspace/symbol for both workspace sources and dependency classpath.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkspaceSymbolProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- class PreferredScalaVersionOrdering extends Ordering[SymbolDefinition]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val MaxWorkspaceMatchesForShortQuery: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildTargetSymbols(id: BuildTargetIdentifier): Iterator[WorkspaceSymbolInformation]
- val buildTargets: BuildTargets
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def didChange(source: io.AbsolutePath, symbols: Seq[WorkspaceSymbolInformation], methodSymbols: Seq[WorkspaceSymbolInformation]): Unit
- def didRemove(path: io.AbsolutePath): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- var inDependencies: ClasspathSearch
- val inWorkspace: TrieMap[Path, WorkspaceSymbolsIndex]
- val inWorkspaceMethods: TrieMap[Path, Seq[WorkspaceSymbolInformation]]
- val index: GlobalSymbolIndex
- def indexClasspath(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def search(query: WorkspaceSymbolQuery, visitor: SymbolSearchVisitor, target: Option[BuildTargetIdentifier]): (Result, Int)
- def search(query: String, token: CancelChecker, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
- def search(query: String, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
- def searchExactFrom(queryString: String, path: io.AbsolutePath, token: CancelToken, fileInFocus: Option[io.AbsolutePath]): Seq[SymbolInformation]
- def searchMethods(query: String, visitor: SymbolSearchVisitor, target: Option[BuildTargetIdentifier]): Result
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val workspace: io.AbsolutePath
- object SymbolDefinitionOrdering
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)