public abstract class BackwardFlowAnalysis<N,A> extends FlowAnalysis<N,A>
filterUnitToAfterFlow, unitToAfterFlowfilterUnitToBeforeFlow, graph, unitToBeforeFlow| Constructor and Description |
|---|
BackwardFlowAnalysis(DirectedGraph<N> graph)
Construct the analysis from a DirectedGraph representation of a Body.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<N> |
constructWorklist(java.util.Map<N,java.lang.Integer> numbers) |
protected void |
doAnalysis()
Carries out the actual flow analysis.
|
protected boolean |
isForward()
Returns true if this analysis is forwards.
|
constructOrderer, flowThrough, getFlowAftercopy, entryInitialFlow, getFlowBefore, merge, merge, mergeInto, newInitialFlow, treatTrapHandlersAsEntriespublic BackwardFlowAnalysis(DirectedGraph<N> graph)
protected boolean isForward()
AbstractFlowAnalysisisForward in class AbstractFlowAnalysis<N,A>protected void doAnalysis()
AbstractFlowAnalysisdoAnalysis in class AbstractFlowAnalysis<N,A>Copyright © 2012-2019 RoboVM AB. All Rights Reserved.