IAnalysisEngine<MethodDescriptor,ResultType>, IMethodAnalysisEngine<OpcodeStack.JumpInfo>public static class OpcodeStack.JumpInfoFactory extends AnalysisFactory<OpcodeStack.JumpInfo>
| Constructor | Description |
|---|---|
JumpInfoFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
OpcodeStack.JumpInfo |
analyze(IAnalysisCache analysisCache,
MethodDescriptor descriptor) |
Perform an analysis on class or method named by given descriptor.
|
static OpcodeStack.JumpInfo |
computeJumpInfo(org.apache.bcel.classfile.JavaClass jclass,
org.apache.bcel.classfile.Method method,
edu.umd.cs.findbugs.OpcodeStack.JumpInfoFactory.JumpStackComputation branchAnalysis) |
getAssertionMethods, getCFG, getCompactLocationNumbering, getConstantPoolGen, getDepthFirstSearch, getExceptionSetFactory, getIsNullValueDataflow, getJavaClass, getLoadedFieldSet, getMethod, getMethodGen, getReverseDepthFirstSearch, getTypeDataflow, getValueNumberDataflow, registerWith, toString@CheckForNull public OpcodeStack.JumpInfo analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) throws CheckedAnalysisException
IAnalysisEngineanalysisCache - the analysis cachedescriptor - the descriptor of the class or method to be analyzedCheckedAnalysisException@CheckForNull public static OpcodeStack.JumpInfo computeJumpInfo(org.apache.bcel.classfile.JavaClass jclass, org.apache.bcel.classfile.Method method, edu.umd.cs.findbugs.OpcodeStack.JumpInfoFactory.JumpStackComputation branchAnalysis)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.