Package pascal.taie.analysis.graph.icfg
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>
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:
-
Field Summary
Fields inherited from class pascal.taie.util.graph.AbstractEdge
source, target
-
Method Summary
-
Method Details
-
getCFGEdge
-