Uses of Package
pascal.taie.analysis.graph.icfg
Package
Description
Provides the classes necessary to represent an inter-procedural
control-flow graph (ICFG).
-
ClassDescriptionThe edge connecting a call site to method entry of the callee.The edge connecting a call site and its return site.Represents an inter-procedural control-flow graph.Abstract class for ICFG edges.The edge connecting nodes in the same method.The edge connecting a method exit to return site of the call site.
-