Class NormalEdge<Node>

java.lang.Object
pascal.taie.util.graph.AbstractEdge<Node>
pascal.taie.analysis.graph.icfg.ICFGEdge<Node>
pascal.taie.analysis.graph.icfg.NormalEdge<Node>
Type Parameters:
Node - type of nodes
All Implemented Interfaces:
Serializable, Edge<Node>

public class NormalEdge<Node> extends ICFGEdge<Node>
The edge connecting nodes in the same method. Note that This kind of edges does not include the edges from call sites to their return sites, which are represented by CallToReturnEdge.
See Also:
  • Method Details