Class PathEdge<T>
java.lang.Object
com.ibm.wala.dataflow.IFDS.PathEdge<T>
- Type Parameters:
T
- node type in the supergraph
an individual edge <entry, d1> -> <target, d2>
-
Method Summary
-
Method Details
-
createPathEdge
-
toString
-
hashCode
-
equals
-
getD1
public int getD1() -
getD2
public int getD2() -
getEntry
-
getTarget
-