Package edu.umd.cs.findbugs.ba
Interface EdgeChooser
-
public interface EdgeChooser
Interface for choosing CFG Edges.- Author:
- David Hovemeyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
choose(Edge edge)
Return whether or not given Edge should be chosen.
-
-
-
Method Detail
-
choose
boolean choose(Edge edge)
Return whether or not given Edge should be chosen.- Parameters:
edge
- the Edge- Returns:
- true if the Edge should be chosen, false otherwise
-
-