Uses of Class
edu.umd.cs.findbugs.ba.AssertionMethods
-
Packages that use AssertionMethods Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.ba.deref edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.classfile.engine.bcel 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 AssertionMethods Modifier and Type Method Description AssertionMethods
ClassContext. getAssertionMethods()
Get AssertionMethods for class. -
Uses of AssertionMethods in edu.umd.cs.findbugs.ba.deref
Constructors in edu.umd.cs.findbugs.ba.deref with parameters of type AssertionMethods Constructor Description UnconditionalValueDerefAnalysis(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
Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type AssertionMethods Constructor Description IsNullValueAnalysis(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 AssertionMethods Modifier and Type Method Description AssertionMethods
AssertionMethodsFactory. analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor)
protected AssertionMethods
AnalysisFactory. getAssertionMethods(IAnalysisCache analysisCache, ClassDescriptor classDescriptor)
-