FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Interface EdgeChooser


public interface EdgeChooser

Interface for choosing CFG Edges.

Author:
David Hovemeyer

Method Summary
 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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.