public class ClassNameAndSuperclassInfoAnalysisEngine extends java.lang.Object implements IClassAnalysisEngine<ClassNameAndSuperclassInfo>
| Constructor and Description | 
|---|
| ClassNameAndSuperclassInfoAnalysisEngine() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassNameAndSuperclassInfo | 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 ClassNameAndSuperclassInfoAnalysisEngine()
public ClassNameAndSuperclassInfo analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngineanalyze in interface IAnalysisEngine<ClassDescriptor,ClassNameAndSuperclassInfo>analysisCache - the analysis cachedescriptor - the descriptor of the class or method to be analyzedCheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
IAnalysisEngineregisterWith in interface IAnalysisEngine<ClassDescriptor,ClassNameAndSuperclassInfo>analysisCache - the analysis cachepublic boolean canRecompute()
IClassAnalysisEnginecanRecompute in interface IClassAnalysisEngine<ClassNameAndSuperclassInfo>SpotBugs is licensed under the LGPL.