public class AbruptEdgeFinder extends java.lang.Object implements FactFinder
Constructor and Description |
---|
AbruptEdgeFinder(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
find_Breaks(SETNode prev,
SETNode cur) |
void |
find_Continues(SETNode SETParent,
IterableSet body,
IterableSet children) |
void |
find(DavaBody body,
AugmentedStmtGraph asg,
SETNode SET) |
static AbruptEdgeFinder |
v() |
public static AbruptEdgeFinder v()
public void find(DavaBody body, AugmentedStmtGraph asg, SETNode SET) throws RetriggerAnalysisException
find
in interface FactFinder
RetriggerAnalysisException
public void find_Continues(SETNode SETParent, IterableSet body, IterableSet children)