IAnalysisEngine<MethodDescriptor,ResultType>
, IMethodAnalysisEngine<edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap>
public static class StackMapAnalyzer.StackMapAnalysisFactory extends AnalysisFactory<edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap>
Constructor | Description |
---|---|
StackMapAnalysisFactory() |
Modifier and Type | Method | Description |
---|---|---|
edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap |
analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor) |
Perform an analysis on class or method named by given descriptor.
|
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, registerWith, toString
public edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor)
IAnalysisEngine
analysisCache
- the analysis cachedescriptor
- the descriptor of the class or method to be analyzedSpotBugs is licensed under the LGPL.