|
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.bcel.AnalysisFactory<org.apache.bcel.classfile.Method>
edu.umd.cs.findbugs.classfile.engine.bcel.MethodFactory
public class MethodFactory
Method analysis engine to produce BCEL Method objects.
Constructor Summary | |
---|---|
MethodFactory()
|
Method Summary | |
---|---|
org.apache.bcel.classfile.Method |
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. |
Methods inherited from class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory |
---|
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodFactory()
Method Detail |
---|
public org.apache.bcel.classfile.Method analyze(IAnalysisCache analysisCache, MethodDescriptor 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
registerWith
in interface IAnalysisEngine<MethodDescriptor,org.apache.bcel.classfile.Method>
registerWith
in class AnalysisFactory<org.apache.bcel.classfile.Method>
analysisCache
- the analysis cache
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |