Uses of Interface
edu.umd.cs.findbugs.ba.BlockOrder
Packages that use BlockOrder
Package
Description
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 TypeClassDescriptionclassAbstract base class for BlockOrder variants.classA BlockOrder for visiting the blocks of a CFG in the order they would be visited in a depth first search of the reversed CFG.classA 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 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