Whether the control dependency edge is satisfied with a true condition or is negated (e.g., else-branch), undefined if edge is not one.
Check whether the given edge is a control dependency edge.
Check whether the given edge is of the given type.
Create a control dependency edge from the given control dependency, which is what the edge is.
the decision the edge follows, i.e. the vertex that causes it and the outcome it takes
Create a control dependency edge with the given cause and a negated condition (e.g., else-branch).
the id of the vertex that causes the control dependency
Create a control dependency edge with the given cause and a true condition.
the id of the vertex that causes the control dependency
Readonlyname: "CfgEdge"Provide a string representation of the given edge, including its details (e.g., cause and condition for control dependency edges), e.g., for debugging or visualization purposes.
Provide a string representation of the given edge, e.g., for debugging or visualization purposes.
Helper object for CfgEdge - an edge in the ControlFlowGraph.