|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.FlowAnalysis | +--soot.toolkits.scalar.ForwardFlowAnalysis
Abstract class that provides the fixed point iteration functionality required by all ForwardFlowAnalyses.
Fields inherited from class soot.toolkits.scalar.FlowAnalysis |
graph, unitToAfterFlow, unitToBeforeFlow |
Constructor Summary | |
ForwardFlowAnalysis(DirectedGraph graph)
Construct the analysis from a DirectedGraph representation of a Body. |
Method Summary | |
protected void |
doAnalysis()
Carries out the actual flow analysis. |
protected boolean |
isForward()
Returns true if this analysis is forwards. |
Methods inherited from class soot.toolkits.scalar.FlowAnalysis |
copy, customizeInitialFlowGraph, flowThrough, getFlowAfter, getFlowBefore, merge, newInitialFlow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForwardFlowAnalysis(DirectedGraph graph)
Method Detail |
protected boolean isForward()
FlowAnalysis
isForward
in class FlowAnalysis
protected void doAnalysis()
FlowAnalysis
doAnalysis
in class FlowAnalysis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |