edu.cmu.cs.crystal.test
Class EclipseCFGTestAnalysis

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

Deprecated.

@Deprecated
public class EclipseCFGTestAnalysis
extends CFGTestAnalysis


Constructor Summary
EclipseCFGTestAnalysis()
          Deprecated.  
 
Method Summary
 IControlFlowGraph getCFG(MethodDeclaration method)
          Deprecated.  
 
Methods inherited from class edu.cmu.cs.crystal.test.CFGTestAnalysis
analyzeMethod
 
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

EclipseCFGTestAnalysis

public EclipseCFGTestAnalysis()
Deprecated. 
Method Detail

getCFG

public IControlFlowGraph getCFG(MethodDeclaration method)
Deprecated. 
Specified by:
getCFG in class CFGTestAnalysis