IdentifierTraversal

io.shiftleft.semanticcpg.language.types.expressions.IdentifierTraversal
final class IdentifierTraversal(val traversal: Iterator[Identifier]) extends AnyVal

An identifier, e.g., an instance of a local variable, or a temporary variable

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def refsTo: Iterator[Declaration]

Traverse to all declarations of this identifier

Traverse to all declarations of this identifier

Attributes

Concrete fields

val traversal: Iterator[Identifier]