TypeDeclTraversal

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def boundMethod: Traversal[Method]

Traverse to methods bound to this type decl.

Traverse to methods bound to this type decl.

Attributes

def methodBinding: Traversal[Binding]

Traverse to the method bindings of this type declaration.

Traverse to the method bindings of this type declaration.

Attributes

Concrete fields

val traversal: Traversal[TypeDecl]