IAnalysisEngine<MethodDescriptor,ResultType>, IMethodAnalysisEngine<CFG>public class CFGFactory extends AnalysisFactory<CFG>
| Constructor | Description |
|---|---|
CFGFactory() |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
CFG |
analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor) |
Perform an analysis on class or method named by given descriptor.
|
void |
registerWith(IAnalysisCache analysisCache) |
Register the analysis engine with given analysis cache.
|
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, toStringpublic CFG analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngineanalysisCache - the analysis cachedescriptor - the descriptor of the class or method to be analyzedCheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
IAnalysisEngineregisterWith in interface IAnalysisEngine<MethodDescriptor,ResultType>registerWith in class AnalysisFactory<CFG>analysisCache - the analysis cacheFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.