OverlayEdge
Represents an edge in a graph specifically used for overlay purposes.
Parameters
start
The starting node of the edge.
end
The ending node of the edge.
Constructors
Link copied to clipboard
Constructs an OverlayEdge with a specified start and end node.
Properties
Link copied to clipboard
The type of dependence (e.g. control or data or none). This field is intentionally nullable, because not all Edge edges are selected in the PDG. This selection is performed in the ProgramDependenceGraphPass.
Link copied to clipboard
The index of this node, if it is stored in an de.fraunhofer.aisec.cpg.graph.edges.collections.EdgeList.
Functions
Link copied to clipboard
Returns the Persistable's properties. This DOES NOT include relationships, but only properties directly attached to the node/edge.
Link copied to clipboard