Uses of Class
edu.umd.cs.findbugs.ba.ca.CallListDataflow
Packages that use CallListDataflow
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 CallListDataflow in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return CallListDataflowModifier and TypeMethodDescriptionClassContext.getCallListDataflow(org.apache.bcel.classfile.Method method) Get CallListDataflow for method. -
Uses of CallListDataflow in edu.umd.cs.findbugs.classfile.engine.bcel
Subclasses with type arguments of type CallListDataflow in edu.umd.cs.findbugs.classfile.engine.bcelModifier and TypeClassDescriptionclassAnalysis engine to produce CallListDataflow objects for a method.Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return CallListDataflowModifier and TypeMethodDescriptionCallListDataflowFactory.analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor)