TypeDeclTraversal

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def boundMethod: Iterator[Method]

Traverse to methods bound to this type decl.

Traverse to methods bound to this type decl.

Attributes

def methodBinding: Iterator[Binding]

Traverse to the method bindings of this type declaration.

Traverse to the method bindings of this type declaration.

Attributes

Concrete fields

val traversal: Iterator[TypeDecl]