Class OtherEdge
java.lang.Object
pascal.taie.analysis.pta.core.solver.PointerFlowEdge
pascal.taie.analysis.pta.core.solver.OtherEdge
- All Implemented Interfaces:
Serializable
,Edge<Pointer>
Base class for flow edges of
FlowKind.OTHER
.
Implementation of FlowKind.OTHER
flow edges should inherit this class.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.pta.core.solver.PointerFlowEdge
addTransfer, equals, getTransfers, hashCode, kind, source, target, toString
-
Constructor Details
-
OtherEdge
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classPointerFlowEdge
- Returns:
- String representation of information for this edge.
It contains simple name of the edge class to distinguish
from other classes of
FlowKind.OTHER
flow edges.
-