|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEdge
Specification of a path edge or a summary edge in the Reps-Horwitz-Sagiv algorithm for context-sensitive dataflow analysis.
| Method Summary | |
|---|---|
boolean |
matchesSrcNodeOf(IEdge edge)
Determines whether the source node of a given path or summary edge is identical to the source node of this edge. |
boolean |
mergeWith(IEdge edge)
Merges the given path or summary edge with this edge. |
| Method Detail |
|---|
boolean matchesSrcNodeOf(IEdge edge)
edge - A path or summary edge.
edge
is identical to the source node of this edge.boolean mergeWith(IEdge edge)
edge - A path or summary edge.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||