Package com.tonic.analysis.cpg.node
Nodes of the code property graph.
-
Class Summary Class Description BlockNode CPG node wrapping a basic block of SSA IR.CallSiteNode CPG node wrapping an invoke instruction, exposing its resolved target signature.CPGNode Base class for CPG nodes: an id, a node type, a property map, and the incident edges; identity is the id alone.InstructionNode CPG node wrapping a single IR instruction, positioned by block id and index.MethodNode CPG node wrapping a lifted IR method together with its owner class. -
Enum Summary Enum Description CPGNodeType Kinds of nodes a CPG can contain, spanning IR, AST, PDG, and SDG layers.