public class SequenceFinder extends Object implements FactFinder
Constructor and Description |
---|
SequenceFinder(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
find_StatementSequences(SETNode SETParent,
IterableSet body,
HashSet<AugmentedStmt> childUnion,
DavaBody davaBody) |
void |
find(DavaBody body,
AugmentedStmtGraph asg,
SETNode SET) |
static SequenceFinder |
v() |
public SequenceFinder(Singletons.Global g)
public static SequenceFinder v()
public void find(DavaBody body, AugmentedStmtGraph asg, SETNode SET) throws RetriggerAnalysisException
find
in interface FactFinder
RetriggerAnalysisException
public void find_StatementSequences(SETNode SETParent, IterableSet body, HashSet<AugmentedStmt> childUnion, DavaBody davaBody)
Copyright © 2021 Soot OSS. All rights reserved.