class OutgoingCallsFinder extends CallHierarchyHelpers
- Alphabetic
- By Inheritance
- OutgoingCallsFinder
- CallHierarchyHelpers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new OutgoingCallsFinder(semanticdbs: () => Semanticdbs, definition: DefinitionProvider, references: ReferenceProvider, trees: Trees)(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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def containsDuplicates[T](visited: Seq[T]): Boolean
- Definition Classes
- CallHierarchyHelpers
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractNameFromMember(tree: Tree): Option[RealRoot]
- Definition Classes
- CallHierarchyHelpers
- def extractSelectTree(tree: semanticdb.Tree): Option[SelectTree]
- Definition Classes
- CallHierarchyHelpers
- def find(source: io.AbsolutePath, doc: TextDocument, root: Tree): Future[List[FindOutgoingCallsResult]]
- 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
- def findSynthetics(source: io.AbsolutePath, doc: TextDocument, root: Tree)(implicit ec: ExecutionContext): Future[List[FindOutgoingCallsResult]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def traverseTreeWithIndices(tree: Tree, indices: List[Int]): Option[Tree]
- Definition Classes
- CallHierarchyHelpers
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)