Uses of Interface
edu.umd.cs.findbugs.ba.BlockOrder
Packages that use BlockOrder
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyzing code containing JSR-305 type qualifier annotations.
-
Uses of BlockOrder in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement BlockOrderModifier and TypeClassDescriptionclass
Abstract base class for BlockOrder variants.class
A BlockOrder for visiting the blocks of a CFG in the order they would be visited in a depth first search of the reversed CFG.class
A BlockOrder for visiting the blocks of a CFG in the reverse of the order in which they are finished in a depth first search.Fields in edu.umd.cs.findbugs.ba declared as BlockOrderMethods in edu.umd.cs.findbugs.ba that return BlockOrderModifier and TypeMethodDescriptionBackwardDataflowAnalysis.getBlockOrder
(CFG cfg) BlockTypeAnalysis.getBlockOrder
(CFG cfg) DataflowAnalysis.getBlockOrder
(CFG cfg) Return the BlockOrder specifying the order in which BasicBlocks should be visited in the main dataflow loop.DominatorsAnalysis.getBlockOrder
(CFG cfg) ForwardDataflowAnalysis.getBlockOrder
(CFG cfg) PostDominatorsAnalysis.getBlockOrder
(CFG cfg) -
Uses of BlockOrder in edu.umd.cs.findbugs.ba.ca
Methods in edu.umd.cs.findbugs.ba.ca that return BlockOrder -
Uses of BlockOrder in edu.umd.cs.findbugs.ba.jsr305
Methods in edu.umd.cs.findbugs.ba.jsr305 that return BlockOrderModifier and TypeMethodDescriptionBackwardTypeQualifierDataflowAnalysis.getBlockOrder
(CFG cfg1) ForwardTypeQualifierDataflowAnalysis.getBlockOrder
(CFG cfg1) -
Uses of BlockOrder in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe that return BlockOrder