final case class CallHierarchyProvider(workspace: io.AbsolutePath, semanticdbs: Semanticdbs, definition: DefinitionProvider, references: ReferenceProvider, icons: Icons, compilers: () => Compilers, trees: Trees, buildTargets: BuildTargets)(implicit ec: ExecutionContext) extends CallHierarchyHelpers with Product with Serializable
- Alphabetic
- By Inheritance
- CallHierarchyProvider
- Serializable
- Product
- Equals
- CallHierarchyHelpers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CallHierarchyProvider(workspace: io.AbsolutePath, semanticdbs: Semanticdbs, definition: DefinitionProvider, references: ReferenceProvider, icons: Icons, compilers: () => Compilers, trees: Trees, buildTargets: BuildTargets)(implicit ec: ExecutionContext)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buildTargets: BuildTargets
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val compilers: () => Compilers
- def containsDuplicates[T](visited: Seq[T]): Boolean
- Definition Classes
- CallHierarchyHelpers
- val definition: DefinitionProvider
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extractNameFromMember(tree: Tree): Option[RealRoot]
- Definition Classes
- CallHierarchyHelpers
- def extractSelectTree(tree: semanticdb.Tree): Option[SelectTree]
- Definition Classes
- CallHierarchyHelpers
- def findDefinition(from: Tree, prev: Option[Tree] = None, indices: List[Int] = Nil): Option[RealRoot]
Go up in the tree to find a specified tree or find any definition.
Go up in the tree to find a specified tree or find any definition. If the specified item is founded this function will return the
UnamedRealRoot(specified), otherwise this function will return the definition in the form ofNamedRealRoot(definition, defintionName).- Definition Classes
- CallHierarchyHelpers
- def findRealRoot(root: Tree): Option[RealRoot]
Find the root where symbols should be searched for.
Find the root where symbols should be searched for. Useful for handling Pats.
- Definition Classes
- CallHierarchyHelpers
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val icons: Icons
- def incomingCalls(params: CallHierarchyIncomingCallsParams, token: CancelToken)(implicit ec: ExecutionContext): Future[List[CallHierarchyIncomingCall]]
Resolve incoming calls for a given call hierarchy item.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTypeDeclaration(tree: Tree): Boolean
Type declarations are not considered in call hierarchy request, this function helps to filter them.
Type declarations are not considered in call hierarchy request, this function helps to filter them.
- Definition Classes
- CallHierarchyHelpers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def outgoingCalls(params: CallHierarchyOutgoingCallsParams, token: CancelToken)(implicit ec: ExecutionContext): Future[List[CallHierarchyOutgoingCall]]
Resolve outgoing calls for a given call hierarchy item.
- def pathsToCheck(references: ReferenceProvider, source: io.AbsolutePath, symbols: Set[String], isLocal: Boolean, searchLocal: Boolean = true)(implicit ec: ExecutionContext): Future[List[io.AbsolutePath]]
Give the potentials paths where a set of symbols can be referenced
Give the potentials paths where a set of symbols can be referenced
- Definition Classes
- CallHierarchyHelpers
- def prepare(params: CallHierarchyPrepareParams, token: CancelToken)(implicit ec: ExecutionContext): Future[List[CallHierarchyItem]]
Prepare call hierarchy request by returning a call hierarchy item, resolved for the given text document position.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- val references: ReferenceProvider
- val semanticdbs: Semanticdbs
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def traverseTreeWithIndices(tree: Tree, indices: List[Int]): Option[Tree]
- Definition Classes
- CallHierarchyHelpers
- val trees: Trees
- 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
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated