public class MethodBytecodeSetFactory extends AnalysisFactory<MethodBytecodeSet>
Constructor and Description |
---|
MethodBytecodeSetFactory(java.lang.String analysisName,
java.lang.Class<MethodBytecodeSet> analysisClass) |
Modifier and Type | Method and Description |
---|---|
MethodBytecodeSet |
analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor)
Perform an analysis on class or method named by given descriptor.
|
void |
registerWith(IAnalysisCache analysisCache)
Register the analysis engine with given analysis cache.
|
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, toString
public MethodBytecodeSetFactory(java.lang.String analysisName, java.lang.Class<MethodBytecodeSet> analysisClass)
analysisName
- analysisClass
- public MethodBytecodeSet analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzedCheckedAnalysisException
public void registerWith(IAnalysisCache analysisCache)
IAnalysisEngine
registerWith
in interface IAnalysisEngine<MethodDescriptor,MethodBytecodeSet>
registerWith
in class AnalysisFactory<MethodBytecodeSet>
analysisCache
- the analysis cacheFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.