com.togethersoft.sca.dataflow.flowgraph
Interface IDataFlowGraph

All Superinterfaces:
IControlFlowGraph

public interface IDataFlowGraph
extends IControlFlowGraph

Data Flow Graph for a method. So far we perform propagations only at per-method basis. Hopefully in the future we can extend this to cover inter functional dataflow analysis


Method Summary
 void doLocalDataflowAnalysis()
          Perform local dataflow analysis (i.e.
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IControlFlowGraph
getBasicBlockList, getLoops, getTupleList, getValueTable
 

Method Detail

doLocalDataflowAnalysis

public void doLocalDataflowAnalysis()
Perform local dataflow analysis (i.e. for single method instance)