public interface MethodAnalyzer<Field,Fact,Stmt,Method>
Modifier and Type | Method and Description |
---|---|
void |
addIncomingEdge(CallEdge<Field,Fact,Stmt,Method> incEdge) |
void |
addInitialSeed(Stmt startPoint,
Fact val) |
void |
addUnbalancedReturnFlow(WrappedFactAtStatement<Field,Fact,Stmt,Method> target,
Stmt callSite) |