MethodTraversal
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
Outgoing call sites to methods where fullName matches regex.
Outgoing call sites to methods where fullName matches regex.
def calledBy(sourceTrav: Traversal[Method])(implicit callResolver: ICallResolver): Traversal[Method]
Traverse to direct and transitive callers of the method.
Traverse to direct and transitive callers of the method.
def calledByIncludingSink(sourceTrav: Traversal[Method])(implicit callResolver: ICallResolver): Traversal[Method]
Intended for internal use! Traverse to direct and transitive callers of the method.
Intended for internal use! Traverse to direct and transitive callers of the method.