public class SinglePassRefinementPolicy extends AbstractRefinementPolicy
Modifier and Type | Class and Description |
---|---|
static class |
SinglePassRefinementPolicy.Factory |
budgetPerPass, cgRefinePolicy, DEFAULT_NUM_PASSES, fieldRefinePolicy, LONGER_PASS_BUDGET, numPasses
Modifier and Type | Method and Description |
---|---|
boolean |
nextPass() |
getBudgetForPass, getCallGraphRefinePolicy, getFieldRefinePolicy, getNumPasses
public boolean nextPass()
nextPass
in interface RefinementPolicy
nextPass
in class AbstractRefinementPolicy
true
if more refinement can be done, and hence
another pass can be attempted; false
otherwise