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
IAnalysisEngineanalyze in interface IAnalysisEngine<ClassDescriptor,XClass>analysisCache - the analysis cachedescriptor - the descriptor of the class or method to be analyzedCheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
IAnalysisEngineregisterWith in interface IAnalysisEngine<ClassDescriptor,XClass>analysisCache - the analysis cachepublic boolean canRecompute()
IClassAnalysisEnginecanRecompute in interface IClassAnalysisEngine<XClass>FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.