cetus.analysis
Class LoopAnalysisPass

java.lang.Object
  extended by cetus.analysis.AnalysisPass
      extended by cetus.analysis.LoopAnalysisPass

public abstract class LoopAnalysisPass
extends AnalysisPass


Field Summary
 
Fields inherited from class cetus.analysis.AnalysisPass
program
 
Constructor Summary
protected LoopAnalysisPass(Program program)
           
 
Method Summary
abstract  void analyzeLoop(Loop loop)
           
 void start()
           
 
Methods inherited from class cetus.analysis.AnalysisPass
getPassName, run, startAndCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopAnalysisPass

protected LoopAnalysisPass(Program program)
Method Detail

analyzeLoop

public abstract void analyzeLoop(Loop loop)

start

public void start()
Specified by:
start in class AnalysisPass