public class ValueRangeAnalysisFactory extends java.lang.Object implements IMethodAnalysisEngine<ValueRangeAnalysisFactory.ValueRangeAnalysis>
Modifier and Type | Class and Description |
---|---|
static class |
ValueRangeAnalysisFactory.LongRangeSet |
static class |
ValueRangeAnalysisFactory.RedundantCondition |
static class |
ValueRangeAnalysisFactory.ValueRangeAnalysis |
Constructor and Description |
---|
ValueRangeAnalysisFactory() |
Modifier and Type | Method and Description |
---|---|
ValueRangeAnalysisFactory.ValueRangeAnalysis |
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.
|
public ValueRangeAnalysisFactory.ValueRangeAnalysis analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngine
analyze
in interface IAnalysisEngine<MethodDescriptor,ValueRangeAnalysisFactory.ValueRangeAnalysis>
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,ValueRangeAnalysisFactory.ValueRangeAnalysis>
analysisCache
- the analysis cacheFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.