IAnalysisEngine<ClassDescriptor,ResultType>
, IClassAnalysisEngine<AssertionMethods>
public class AssertionMethodsFactory extends RecomputableClassAnalysisEngine<AssertionMethods>
Constructor | Description |
---|---|
AssertionMethodsFactory() |
Modifier and Type | Method | Description |
---|---|---|
AssertionMethods |
analyze(IAnalysisCache analysisCache,
ClassDescriptor descriptor) |
Perform an analysis on class or method named by given descriptor.
|
void |
registerWith(IAnalysisCache analysisCache) |
Register the analysis engine with given analysis cache.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canRecompute
public AssertionMethods analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzedCheckedAnalysisException
public void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
analysisCache
- the analysis cacheSpotBugs is licensed under the LGPL.