CDereference

io.joern.x2cpg.passes.frontend.CDereference
case class CDereference() extends Dereference

Attributes

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

Members list

Value members

Concrete methods

override def dereferenceTypeFullName(fullName: String): String

Types from C/C++ can be annotated with * to indicate being a reference. As our CPG schema currently lacks a separate field for that information the * is part of the type full name and needs to be removed when linking.

Types from C/C++ can be annotated with * to indicate being a reference. As our CPG schema currently lacks a separate field for that information the * is part of the type full name and needs to be removed when linking.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product