Package com.ibm.wala.dataflow.IFDS
Class PathEdge<T>
- java.lang.Object
-
- com.ibm.wala.dataflow.IFDS.PathEdge<T>
-
- Type Parameters:
T- node type in the supergraph
public final class PathEdge<T> extends Object
an individual edge->
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> PathEdge<T>createPathEdge(T s_p, int d1, T n, int d2)booleanequals(Object obj)intgetD1()intgetD2()TgetEntry()TgetTarget()inthashCode()StringtoString()
-