|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockOrder | |
---|---|
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 |
Uses of BlockOrder in edu.umd.cs.findbugs.ba |
---|
Classes in edu.umd.cs.findbugs.ba that implement BlockOrder | |
---|---|
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 |
ReversePostfixOrder
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 | |
---|---|
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 |
ForwardDataflowAnalysis.getBlockOrder(CFG cfg)
|
BlockOrder |
PostDominatorsAnalysis.getBlockOrder(CFG cfg)
|
BlockOrder |
BackwardDataflowAnalysis.getBlockOrder(CFG cfg)
|
BlockOrder |
DominatorsAnalysis.getBlockOrder(CFG cfg)
|
Uses of BlockOrder in edu.umd.cs.findbugs.ba.ca |
---|
Methods in edu.umd.cs.findbugs.ba.ca that return BlockOrder | |
---|---|
BlockOrder |
CallListAnalysis.getBlockOrder(CFG cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |