Uses of Class
edu.umd.cs.findbugs.ba.AssertionMethods
Packages that use AssertionMethods
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyses based on the BCEL bytecode framework.
-
Uses of AssertionMethods in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return AssertionMethodsModifier and TypeMethodDescriptionClassContext.getAssertionMethods()
Get AssertionMethods for class. -
Uses of AssertionMethods in edu.umd.cs.findbugs.ba.deref
Fields in edu.umd.cs.findbugs.ba.deref declared as AssertionMethodsModifier and TypeFieldDescriptionprivate final AssertionMethods
UnconditionalValueDerefAnalysis.assertionMethods
Constructors in edu.umd.cs.findbugs.ba.deref with parameters of type AssertionMethodsModifierConstructorDescriptionUnconditionalValueDerefAnalysis
(ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs, CFG cfg, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, ValueNumberDataflow vnaDataflow, AssertionMethods assertionMethods) Constructor. -
Uses of AssertionMethods in edu.umd.cs.findbugs.ba.npe
Fields in edu.umd.cs.findbugs.ba.npe declared as AssertionMethodsModifier and TypeFieldDescriptionprivate final AssertionMethods
IsNullValueFrameModelingVisitor.assertionMethods
private final AssertionMethods
NullDerefAndRedundantComparisonFinder.assertionMethods
Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type AssertionMethodsModifierConstructorDescriptionIsNullValueAnalysis
(MethodDescriptor descriptor, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, ValueNumberDataflow vnaDataflow, TypeDataflow typeDataflow, DepthFirstSearch dfs, AssertionMethods assertionMethods) IsNullValueFrameModelingVisitor
(org.apache.bcel.generic.ConstantPoolGen cpg, AssertionMethods assertionMethods, ValueNumberDataflow vnaDataflow, TypeDataflow typeDataflow, boolean trackValueNumbers) -
Uses of AssertionMethods in edu.umd.cs.findbugs.classfile.engine.bcel
Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return AssertionMethodsModifier and TypeMethodDescriptionAssertionMethodsFactory.analyze
(IAnalysisCache analysisCache, ClassDescriptor descriptor) protected AssertionMethods
AnalysisFactory.getAssertionMethods
(IAnalysisCache analysisCache, ClassDescriptor classDescriptor)