ImportTraversal

io.shiftleft.semanticcpg.language.types.structure.ImportTraversal
final class ImportTraversal(val traversal: Iterator[Import]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def call: Iterator[Call]

Traverse to the call that represents the import in the AST

Traverse to the call that represents the import in the AST

Attributes

def namespaceBlock: Iterator[NamespaceBlock]

Concrete fields

val traversal: Iterator[Import]