Uses of Interface
pascal.taie.util.graph.Edge
Packages that use 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
Classes in pascal.taie.analysis.graph.cfg that implement Edge -
Uses of Edge in pascal.taie.analysis.graph.flowgraph
Subinterfaces of Edge in pascal.taie.analysis.graph.flowgraph -
Uses of Edge in pascal.taie.analysis.graph.icfg
Classes in pascal.taie.analysis.graph.icfg that implement EdgeModifier 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
Classes in pascal.taie.analysis.pta.core.solver that implement EdgeMethods in pascal.taie.analysis.pta.core.solver that return types with arguments of type Edge -
Uses of Edge in pascal.taie.util.graph
Classes in pascal.taie.util.graph that implement EdgeMethods in pascal.taie.util.graph that return types with arguments of type EdgeMethods in pascal.taie.util.graph with parameters of type EdgeMethod parameters in pascal.taie.util.graph with type arguments of type EdgeModifier and TypeMethodDescriptionDotDumper.setEdgeAttributer
(Function<Edge<N>, DotAttributes> edgeAttributer) DotDumper.setEdgeLabeler
(Function<Edge<N>, String> edgeLabeler)