A plain vertex in the ControlFlowGraph. Please use CfgSimpleVertex to refer to all potential vertex types within the graph.
Optional
if the vertex calls a function, this links all targets of this call
child nodes attached to this one
the id of the vertex, for non-blocks this should directly relate to the AST node
the vertex for which this is a marker
the type of the vertex
A plain vertex in the ControlFlowGraph. Please use CfgSimpleVertex to refer to all potential vertex types within the graph.