edu.cmu.cs.crystal.test
Class EclipseNodeFirstCFGTestAnalysis

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
              extended by edu.cmu.cs.crystal.test.EclipseNodeFirstCFGTestAnalysis
All Implemented Interfaces:
ICrystalAnalysis

Deprecated.

@Deprecated
public class EclipseNodeFirstCFGTestAnalysis
extends EclipseCFGTestAnalysis


Constructor Summary
EclipseNodeFirstCFGTestAnalysis()
          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

EclipseNodeFirstCFGTestAnalysis

public EclipseNodeFirstCFGTestAnalysis()
Deprecated. 
Method Detail

getCFG

public IControlFlowGraph getCFG(MethodDeclaration method)
Deprecated. 
Overrides:
getCFG in class EclipseCFGTestAnalysis