IAnalysisEngine<MethodDescriptor,ResultType>
, IMethodAnalysisEngine<ReverseDepthFirstSearch>
public class ReverseDepthFirstSearchFactory extends AnalysisFactory<ReverseDepthFirstSearch>
Constructor | Description |
---|---|
ReverseDepthFirstSearchFactory() |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ReverseDepthFirstSearch |
analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor) |
Perform an analysis on class or method named by given descriptor.
|
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, registerWith, toString
public ReverseDepthFirstSearchFactory()
public ReverseDepthFirstSearch analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzedCheckedAnalysisException
SpotBugs is licensed under the LGPL.