LocalKey

io.joern.x2cpg.passes.frontend.LocalKey
sealed trait LocalKey extends SBKey

Represents an identifier of some AST node at an intraprocedural scope.

Attributes

Graph
Supertypes
class SBKey
class Object
trait Matchable
class Any
Known subtypes
class CallAlias
class FieldVar
class LocalVar

Members list

Concise view

Value members

Inherited methods

def fromNode(node: AstNode): SBKey

Convenience methods to convert a node to a SBKey.

Convenience methods to convert a node to a SBKey.

Attributes

node

the node to convert.

Returns:

the corresponding SBKey.

Inherited from:
SBKey