Package com.tonic.analysis.cpg.edge
Edges of the code property graph.
-
Class Summary Class Description CPGEdge Directed, typed edge between two CPG nodes; identity is (source id, target id, type). -
Enum Summary Enum Description CPGEdgeType Kinds of edges a CPG can contain, spanning AST, CFG, data-flow, dependence, call, interprocedural, and taint layers.