public abstract class BackwardFlowAnalysis<N,A> extends FlowAnalysis<N,A>
FlowAnalysis.FlowfilterUnitToAfterFlow, 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 void |
doAnalysis()
Carries out the actual flow analysis.
|
protected boolean |
isForward()
Returns
false |
flowThrough, getFlow, getFlowAfter, getFlowBefore, omissiblecopy, entryInitialFlow, merge, merge, mergeInto, newInitialFlow, treatTrapHandlersAsEntriespublic BackwardFlowAnalysis(DirectedGraph<N> graph)
protected boolean isForward()
falseisForward in class AbstractFlowAnalysis<N,A>protected void doAnalysis()
AbstractFlowAnalysisdoAnalysis in class AbstractFlowAnalysis<N,A>