N
- The type of nodes in the interprocedural control-flow graph. Typically Unit
.D
- The type of data-flow facts to be computed by the tabulation problem.public class PathEdge<N,D>
extends java.lang.Object
InterproceduralCFG
.
Hence, we don't store it.Modifier and Type | Field and Description |
---|---|
protected D |
dSource |
protected D |
dTarget |
protected int |
hashCode |
protected N |
target |
Constructor and Description |
---|
PathEdge(D dSource,
N target,
D dTarget) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
D |
factAtSource() |
D |
factAtTarget() |
N |
getTarget() |
int |
hashCode() |
java.lang.String |
toString() |
protected final N target
protected final D dSource
protected final D dTarget
protected final int hashCode
public N getTarget()
public D factAtSource()
public D factAtTarget()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object