CallAlias

io.joern.x2cpg.passes.frontend.CallAlias
case class CallAlias(identifier: String) extends LocalKey

A name that refers to some kind of callee.

Attributes

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

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product