The data of a CFG node.
Protected
The statement join point of the CFG node
The 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.