FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.ba.AnalysisContext

Packages that use AnalysisContext
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.config   
 

Uses of AnalysisContext in edu.umd.cs.findbugs.ba
 

Subclasses of AnalysisContext in edu.umd.cs.findbugs.ba
 class AnalysisCacheToAnalysisContextAdapter
          An AnalysisContext implementation that uses the IAnalysisCache.
 

Methods in edu.umd.cs.findbugs.ba that return AnalysisContext
static AnalysisContext AnalysisContext.currentAnalysisContext()
          Get the AnalysisContext associated with this thread
 AnalysisContext ClassContext.getAnalysisContext()
          Get the AnalysisContext.
 

Methods in edu.umd.cs.findbugs.ba with parameters of type AnalysisContext
protected  void AbstractDataflowTestDriver.configureAnalysisContext(AnalysisContext analysisContext)
          Configure the analysis context.
static void AnalysisContext.setCurrentAnalysisContext(AnalysisContext analysisContext)
          Set the current analysis context for this thread.
 

Constructors in edu.umd.cs.findbugs.ba with parameters of type AnalysisContext
ClassContext(org.apache.bcel.classfile.JavaClass jclass, AnalysisContext analysisContext)
          Constructor.
PruneUnconditionalExceptionThrowerEdges(org.apache.bcel.classfile.JavaClass javaClass, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, org.apache.bcel.generic.ConstantPoolGen cpg, TypeDataflow typeDataflow, AnalysisContext analysisContext)
           
 

Uses of AnalysisContext in edu.umd.cs.findbugs.config
 

Methods in edu.umd.cs.findbugs.config with parameters of type AnalysisContext
 void AnalysisFeatureSetting.configure(AnalysisContext analysisContext)
          Set the configured value of the analysis property in the given AnalysisContext.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.