FieldVar

io.joern.x2cpg.passes.frontend.FieldVar
case class FieldVar(compUnitFullName: String, identifier: String) extends GlobalKey

Represents a field identifier at its declared computational unit.

Attributes

compUnitFullName

the computational unit's full name.

identifier

the canonical name.

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

Members list

Concise view

Value members

Inherited methods

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

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product