CallAlias

io.joern.x2cpg.passes.frontend.CallAlias
case class CallAlias(identifier: String, receiverName: Option[String]) extends LocalKey

A name that refers to some kind of callee.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class LocalKey
class SBKey
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited 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.

Value parameters

node

the node to convert.

Attributes

Returns

the corresponding SBKey if the node is supported as a key variable

Definition Classes
Inherited from:
LocalKey
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product