Uses of Interface
edu.umd.cs.findbugs.ba.EdgeChooser
-
Packages that use EdgeChooser 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. -
-
Uses of EdgeChooser in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as EdgeChooser Modifier and Type Field Description private EdgeChooser
AbstractDominatorsAnalysis. edgeChooser
Constructors in edu.umd.cs.findbugs.ba with parameters of type EdgeChooser Constructor Description AbstractDominatorsAnalysis(CFG cfg, EdgeChooser edgeChooser)
Constructor.DominatorsAnalysis(CFG cfg, DepthFirstSearch dfs, EdgeChooser edgeChooser)
Constructor.PostDominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs, EdgeChooser edgeChooser)
Constructor.
-