MethodTraversal

io.shiftleft.semanticcpg.language.bindingextension.MethodTraversal
final class MethodTraversal(val traversal: Traversal[Method]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bindingTypeDecl: Traversal[TypeDecl]

Traverse to type decl which have this method bound to it.

Traverse to type decl which have this method bound to it.

Attributes

def referencingBinding: Traversal[Binding]

Traverse to bindings which reference to this method.

Traverse to bindings which reference to this method.

Attributes

Concrete fields

val traversal: Traversal[Method]