public abstract class BackwardFlowAnalysis<N,A> extends FlowAnalysis<N,A>
FlowAnalysis.Flow
filterUnitToAfterFlow, unitToAfterFlow
filterUnitToBeforeFlow, 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, omissible
copy, entryInitialFlow, merge, merge, mergeInto, newInitialFlow, treatTrapHandlersAsEntries
public BackwardFlowAnalysis(DirectedGraph<N> graph)
protected boolean isForward()
false
isForward
in class AbstractFlowAnalysis<N,A>
protected void doAnalysis()
AbstractFlowAnalysis
doAnalysis
in class AbstractFlowAnalysis<N,A>