Package com.tonic.analysis.cpg
The code property graph, joining syntax, control flow and data flow in one graph.
-
Class Summary Class Description CodePropertyGraph Unified code property graph over a class pool, combining AST, CFG, dependence, and call edges in one node/edge store with an index and a fluent query entry point.CPGBuilder Builder that lifts every method in a class pool to SSA IR and assembles aCodePropertyGraphwith optional call-graph, PDG, and SDG edge layers.CPGIndex Secondary lookup structure over CPG nodes, keyed by node type, method signature, call target, instruction class, and property key/value pairs.