|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.crystal.AbstractCrystalMethodAnalysis
edu.cmu.cs.crystal.test.CFGTestAnalysis
@Deprecated public abstract class CFGTestAnalysis
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 |
---|
public CFGTestAnalysis()
Method Detail |
---|
public void analyzeMethod(MethodDeclaration method)
AbstractCrystalMethodAnalysis
analyzeMethod
in class AbstractCrystalMethodAnalysis
public abstract IControlFlowGraph getCFG(MethodDeclaration method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |