Packages

class OutgoingCallsFinder extends CallHierarchyHelpers

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

Instance Constructors

  1. new OutgoingCallsFinder(semanticdbs: () => Semanticdbs, definition: DefinitionProvider, references: ReferenceProvider, trees: Trees)(implicit ec: ExecutionContext)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def containsDuplicates[T](visited: Seq[T]): Boolean
    Definition Classes
    CallHierarchyHelpers
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def extractNameFromMember(tree: Tree): Option[RealRoot]
    Definition Classes
    CallHierarchyHelpers
  10. def extractSelectTree(tree: semanticdb.Tree): Option[SelectTree]
    Definition Classes
    CallHierarchyHelpers
  11. def find(source: io.AbsolutePath, doc: TextDocument, root: Tree): Future[List[FindOutgoingCallsResult]]
  12. 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 of NamedRealRoot(definition, defintionName).

    Definition Classes
    CallHierarchyHelpers
  13. 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
  14. def findSynthetics(source: io.AbsolutePath, doc: TextDocument, root: Tree)(implicit ec: ExecutionContext): Future[List[FindOutgoingCallsResult]]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. 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
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. 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
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def traverseTreeWithIndices(tree: Tree, indices: List[Int]): Option[Tree]
    Definition Classes
    CallHierarchyHelpers
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 CallHierarchyHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped