Uses of Class
pascal.taie.analysis.graph.icfg.ICFGEdge
Package
Description
Provides the classes necessary to represent an inter-procedural
control-flow graph (ICFG).
-
Uses of ICFGEdge in pascal.taie.analysis.dataflow.inter
Modifier and TypeMethodDescriptionAbstractInterDataflowAnalysis.transferEdge
(ICFGEdge<Node> edge, Fact out) InterDataflowAnalysis.transferEdge
(ICFGEdge<Node> edge, Fact out) Edge Transfer function for this analysis. -
Uses of ICFGEdge in pascal.taie.analysis.graph.icfg
Modifier and TypeClassDescriptionclass
CallEdge<Node>
The edge connecting a call site to method entry of the callee.class
CallToReturnEdge<Node>
The edge connecting a call site and its return site.class
NormalEdge<Node>
The edge connecting nodes in the same method.class
ReturnEdge<Node>
The edge connecting a method exit to return site of the call site.