|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.ClassContext.AnalysisFactory<CFG>
edu.umd.cs.findbugs.ba.ClassContext.CFGFactory
private class ClassContext.CFGFactory
Constructor Summary | |
---|---|
ClassContext.CFGFactory()
|
Method Summary | |
---|---|
protected CFG |
analyze(org.apache.bcel.classfile.Method method)
|
CFG |
getAnalysis(org.apache.bcel.classfile.Method method)
Get the Analysis for given method. |
CFG |
getRawCFG(org.apache.bcel.classfile.Method method)
|
CFG |
getRefinedCFG(org.apache.bcel.classfile.Method method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassContext.CFGFactory()
Method Detail |
---|
public CFG getAnalysis(org.apache.bcel.classfile.Method method) throws CFGBuilderException
ClassContext.AnalysisFactory
getAnalysis
in class ClassContext.AnalysisFactory<CFG>
method
- the method to analyze
CFGBuilderException
- if the CFG can't be constructed for the methodpublic CFG getRawCFG(org.apache.bcel.classfile.Method method) throws CFGBuilderException
CFGBuilderException
public CFG getRefinedCFG(org.apache.bcel.classfile.Method method) throws CFGBuilderException
CFGBuilderException
protected CFG analyze(org.apache.bcel.classfile.Method method) throws CFGBuilderException
analyze
in class ClassContext.AnalysisFactory<CFG>
CFGBuilderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |