IdentifierTraversal

io.shiftleft.semanticcpg.language.types.expressions.IdentifierTraversal
final class IdentifierTraversal(val traversal: Traversal[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

Concise view

Value members

Concrete methods

def refsTo: Traversal[Declaration]

Traverse to all declarations of this identifier

Traverse to all declarations of this identifier

Attributes

Concrete fields

val traversal: Traversal[Identifier]