|
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.RecomputableClassAnalysisEngine<org.objectweb.asm.tree.ClassNode>
edu.umd.cs.findbugs.classfile.engine.asm.ClassNodeAnalysisEngine
public class ClassNodeAnalysisEngine
Analysis engine to produce the ClassNode (ASM tree format) for a class.
Constructor Summary | |
---|---|
ClassNodeAnalysisEngine()
|
Method Summary | |
---|---|
org.objectweb.asm.tree.ClassNode |
analyze(IAnalysisCache analysisCache,
ClassDescriptor descriptor)
Perform an analysis on class or method named by given descriptor. |
void |
registerWith(IAnalysisCache analysisCache)
Register the analysis engine with given analysis cache. |
Methods inherited from class edu.umd.cs.findbugs.classfile.RecomputableClassAnalysisEngine |
---|
canRecompute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassNodeAnalysisEngine()
Method Detail |
---|
public org.objectweb.asm.tree.ClassNode analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzed
CheckedAnalysisException
public void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
analysisCache
- the analysis cache
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |