Uses of Interface
edu.umd.cs.findbugs.ba.BlockOrder
-
Packages that use BlockOrder 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.ca edu.umd.cs.findbugs.ba.jsr305 Support for analyzing code containing JSR-305 type qualifier annotations.edu.umd.cs.findbugs.ba.npe -
-
Uses of BlockOrder in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement BlockOrder Modifier and Type Class Description class
AbstractBlockOrder
Abstract base class for BlockOrder variants.class
ReverseDFSOrder
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
ReversePostOrder
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.Methods in edu.umd.cs.findbugs.ba that return BlockOrder Modifier and Type Method Description BlockOrder
BackwardDataflowAnalysis. getBlockOrder(CFG cfg)
BlockOrder
BlockTypeAnalysis. getBlockOrder(CFG cfg)
BlockOrder
DataflowAnalysis. getBlockOrder(CFG cfg)
Return the BlockOrder specifying the order in which BasicBlocks should be visited in the main dataflow loop.BlockOrder
DominatorsAnalysis. getBlockOrder(CFG cfg)
BlockOrder
ForwardDataflowAnalysis. getBlockOrder(CFG cfg)
BlockOrder
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 Modifier and Type Method Description BlockOrder
CallListAnalysis. getBlockOrder(CFG cfg)
-
Uses of BlockOrder in edu.umd.cs.findbugs.ba.jsr305
Methods in edu.umd.cs.findbugs.ba.jsr305 that return BlockOrder Modifier and Type Method Description BlockOrder
BackwardTypeQualifierDataflowAnalysis. getBlockOrder(CFG cfg1)
BlockOrder
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 Modifier and Type Method Description BlockOrder
ReturnPathTypeAnalysis. getBlockOrder(CFG cfg)
-