public interface CallGraphRefinePolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
nextPass() |
boolean |
shouldRefine(CallerSiteContext callSiteAndCGNode) |
boolean shouldRefine(CallerSiteContext callSiteAndCGNode)
true if the analysis should attempt to determine targets for the virtual call
on-the-fly, and false otherwiseboolean nextPass()
true if more refinement can be done, and hence another pass can be attempted;
false otherwise