Class AbstractAnalysis.Worklist

java.lang.Object
org.checkerframework.dataflow.analysis.AbstractAnalysis.Worklist
Enclosing class:
AbstractAnalysis<V extends AbstractValue<V>,S extends Store<S>,T extends TransferFunction<V,S>>

protected static class AbstractAnalysis.Worklist extends Object
A worklist is a priority queue of blocks in which the order is given by depth-first ordering to place non-loop predecessors ahead of successors.