edu.cmu.cs.crystal.test
Class CFGTestAnalysis

java.lang.Object
  extended by edu.cmu.cs.crystal.AbstractCrystalMethodAnalysis
      extended by edu.cmu.cs.crystal.test.CFGTestAnalysis
All Implemented Interfaces:
ICrystalAnalysis
Direct Known Subclasses:
EclipseCFGTestAnalysis

Deprecated.

@Deprecated
public abstract class CFGTestAnalysis
extends AbstractCrystalMethodAnalysis


Constructor Summary
CFGTestAnalysis()
          Deprecated.  
 
Method Summary
 void analyzeMethod(MethodDeclaration method)
          Deprecated. Invoked for each method or constructor in the class.
abstract  IControlFlowGraph getCFG(MethodDeclaration method)
          Deprecated.  
 
Methods inherited from class edu.cmu.cs.crystal.AbstractCrystalMethodAnalysis
afterAllCompilationUnits, afterAllMethods, beforeAllCompilationUnits, beforeAllMethods, getInput, getName, getReporter, runAnalysis
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFGTestAnalysis

public CFGTestAnalysis()
Deprecated. 
Method Detail

analyzeMethod

public void analyzeMethod(MethodDeclaration method)
Deprecated. 
Description copied from class: AbstractCrystalMethodAnalysis
Invoked for each method or constructor in the class.

Specified by:
analyzeMethod in class AbstractCrystalMethodAnalysis

getCFG

public abstract IControlFlowGraph getCFG(MethodDeclaration method)
Deprecated.