|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.engine.ClassNameAndSuperclassInfoAnalysisEngine
public class ClassNameAndSuperclassInfoAnalysisEngine
Analysis engine to produce the ClassInfo for a loaded class. We parse just enough information from the classfile to get the needed information.
Constructor Summary | |
---|---|
ClassNameAndSuperclassInfoAnalysisEngine()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassNameAndSuperclassInfoAnalysisEngine()
Method Detail |
---|
public ClassNameAndSuperclassInfo analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analyze
in interface IAnalysisEngine<ClassDescriptor,ClassNameAndSuperclassInfo>
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzed
CheckedAnalysisException
public void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
registerWith
in interface IAnalysisEngine<ClassDescriptor,ClassNameAndSuperclassInfo>
analysisCache
- the analysis cachepublic boolean canRecompute()
IClassAnalysisEngine
canRecompute
in interface IClassAnalysisEngine<ClassNameAndSuperclassInfo>
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |