Class ManualCGRefinePolicy
java.lang.Object
com.ibm.wala.demandpa.alg.refinepolicy.ManualCGRefinePolicy
- All Implemented Interfaces:
CallGraphRefinePolicy
A call graph refinement policy with manual annotations for which virtual call sites to refine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannextPass()booleanshouldRefine(CallerSiteContext callSiteAndCGNode)
-
Constructor Details
-
ManualCGRefinePolicy
public ManualCGRefinePolicy()
-
-
Method Details
-
shouldRefine
- Specified by:
shouldRefinein interfaceCallGraphRefinePolicy- Returns:
trueif the analysis should attempt to determine targets for the virtual call on-the-fly, andfalseotherwise- Throws:
IllegalArgumentException
-
nextPass
public boolean nextPass()- Specified by:
nextPassin interfaceCallGraphRefinePolicy- Returns:
trueif more refinement can be done, and hence another pass can be attempted;falseotherwise
-