public class ExceptionFinder extends java.lang.Object implements FactFinder
Constructor and Description |
---|
ExceptionFinder(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
find(DavaBody body,
AugmentedStmtGraph asg,
SETNode SET) |
IterableSet<AugmentedStmt> |
get_CatchBody(AugmentedStmt handlerAugmentedStmt) |
void |
preprocess(DavaBody body,
AugmentedStmtGraph asg) |
static ExceptionFinder |
v() |
public static ExceptionFinder v()
public void find(DavaBody body, AugmentedStmtGraph asg, SETNode SET) throws RetriggerAnalysisException
find
in interface FactFinder
RetriggerAnalysisException
public void preprocess(DavaBody body, AugmentedStmtGraph asg)
public IterableSet<AugmentedStmt> get_CatchBody(AugmentedStmt handlerAugmentedStmt)