Package ptolemy.copernicus.kernel
Class FastForwardFlowAnalysis
- java.lang.Object
-
- soot.toolkits.scalar.AbstractFlowAnalysis<N,A>
-
- soot.toolkits.scalar.FlowAnalysis
-
- ptolemy.copernicus.kernel.FastForwardFlowAnalysis
-
public abstract class FastForwardFlowAnalysis extends soot.toolkits.scalar.FlowAnalysis
Abstract class that provides the fixed point iteration functionality required by all ForwardFlowAnalyses.
-
-
Constructor Summary
Constructors Constructor Description FastForwardFlowAnalysis(soot.toolkits.graph.DirectedGraph graph)
Construct the analysis from a DirectedGraph representation of a Body.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doAnalysis()
protected boolean
isForward()
-
Methods inherited from class soot.toolkits.scalar.FlowAnalysis
afterFlowThrough, beforeFlowThrough, constructOrderer, flowThrough, getFlowAfter, getFlowInfo
-
-