Uses of Interface
pascal.taie.util.graph.Edge
Package
Description
Provides the classes necessary to represent an inter-procedural
control-flow graph (ICFG).
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of Edge in pascal.taie.analysis.graph.cfg
-
Uses of Edge in pascal.taie.analysis.graph.flowgraph
-
Uses of Edge 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
ICFGEdge<Node>
Abstract class for ICFG edges.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. -
Uses of Edge in pascal.taie.analysis.pta.core.solver
-
Uses of Edge in pascal.taie.util.graph
Modifier and TypeMethodDescriptionDotDumper.setEdgeAttributer
(Function<Edge<N>, DotAttributes> edgeAttributer) DotDumper.setEdgeLabeler
(Function<Edge<N>, String> edgeLabeler)