public class ClassInfoAnalysisEngine extends java.lang.Object implements IClassAnalysisEngine<XClass>
Constructor and Description |
---|
ClassInfoAnalysisEngine() |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
analyze(IAnalysisCache analysisCache,
ClassDescriptor descriptor)
Perform an analysis on class or method named by given descriptor.
|
boolean |
canRecompute()
Return true if analysis results produced by this analysis engine can be
recomputed.
|
void |
registerWith(IAnalysisCache analysisCache)
Register the analysis engine with given analysis cache.
|
public ClassInfo analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analyze
in interface IAnalysisEngine<ClassDescriptor,XClass>
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzedCheckedAnalysisException
public void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
registerWith
in interface IAnalysisEngine<ClassDescriptor,XClass>
analysisCache
- the analysis cachepublic boolean canRecompute()
IClassAnalysisEngine
canRecompute
in interface IClassAnalysisEngine<XClass>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.