Class NeverRefineCGPolicy

    • Constructor Detail

      • NeverRefineCGPolicy

        public NeverRefineCGPolicy()
    • Method Detail

      • shouldRefine

        public boolean shouldRefine​(CallerSiteContext callSiteAndCGNode)
        Specified by:
        shouldRefine in interface CallGraphRefinePolicy
        Returns:
        true if the analysis should attempt to determine targets for the virtual call on-the-fly, and false otherwise
      • nextPass

        public boolean nextPass()
        Specified by:
        nextPass in interface CallGraphRefinePolicy
        Returns:
        true if more refinement can be done, and hence another pass can be attempted; false otherwise