IAnalysisEngine<ClassDescriptor,ResultType>, IClassAnalysisEngine<org.objectweb.asm.tree.ClassNode>public class ClassNodeAnalysisEngine extends RecomputableClassAnalysisEngine<org.objectweb.asm.tree.ClassNode>
| Constructor | Description |
|---|---|
ClassNodeAnalysisEngine() |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRecomputepublic org.objectweb.asm.tree.ClassNode analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngineanalysisCache - the analysis cachedescriptor - the descriptor of the class or method to be analyzedCheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
IAnalysisEngineanalysisCache - the analysis cacheFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.