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

Packages that use BlockTypeAnalysis
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
 

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

Methods in edu.umd.cs.findbugs.ba that return types with arguments of type BlockTypeAnalysis
 Dataflow<BlockType,BlockTypeAnalysis> ClassContext.getBlockTypeDataflow(org.apache.bcel.classfile.Method method)
          Get BlockType dataflow for given method.