GlobalKey

io.joern.x2cpg.passes.frontend.GlobalKey
sealed class GlobalKey(identifier: String) extends SBKey

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def fromNode(node: AstNode): Option[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 if the node is supported as a key variable

Definition Classes