Creates a new instance of the CfgNodeData class
Node type
Optional$stmt: TStatement that originated this CFG node
Identification of the CFG node
ProtectednodeThe statement join point of the CFG node
ProtectednodeThe CFG node name
The statements associated with this CFG node.
The CFG node type
True if this is a branch node, false otherwise. If this is a branch node, contains two edges, true and false. If not, contains only one uncoditional edge (expect if it is the end node, which contains no edges).
String representation of the CFG node
The data of a CFG node.