Package pascal.taie.analysis.graph.icfg
Class CallEdge<Node>
java.lang.Object
pascal.taie.util.graph.AbstractEdge<Node>
pascal.taie.analysis.graph.icfg.ICFGEdge<Node>
pascal.taie.analysis.graph.icfg.CallEdge<Node>
- Type Parameters:
Node
- type of nodes
- All Implemented Interfaces:
Serializable
,Edge<Node>
The edge connecting a call site to method entry of the callee.
- See Also:
-
Field Summary
Fields inherited from class pascal.taie.util.graph.AbstractEdge
source, target
-
Method Summary
-
Method Details
-
getCallee
- Returns:
- the callee of the call edge.
-