public class NeverRefineCGPolicy extends Object implements CallGraphRefinePolicy
| Constructor and Description |
|---|
NeverRefineCGPolicy() |
public boolean shouldRefine(CallerSiteContext callSiteAndCGNode)
shouldRefine in interface CallGraphRefinePolicytrue if the analysis should attempt to determine targets for the virtual call on-the-fly, and
false otherwisepublic boolean nextPass()
nextPass in interface CallGraphRefinePolicytrue if more refinement can be done, and hence another pass can be attempted; false otherwiseCopyright © 2015. All rights reserved.