|
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.ClassInfoAnalysisEngine
public class ClassInfoAnalysisEngine
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 | |
|---|---|
ClassInfoAnalysisEngine()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassInfoAnalysisEngine()
| Method Detail |
|---|
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 analyzed
CheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
registerWith in interface IAnalysisEngine<ClassDescriptor,XClass>analysisCache - the analysis cachepublic boolean canRecompute()
IClassAnalysisEngine
canRecompute in interface IClassAnalysisEngine<XClass>
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||