edu.umd.cs.findbugs.ba

Interface EdgeChooser

public interface EdgeChooser

Interface for choosing CFG Edges.

Author: David Hovemeyer

Method Summary
booleanchoose(Edge edge)
Return whether or not given Edge should be chosen.

Method Detail

choose

public 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™ is licenced under the LGPL. Copyright © 2006 University of Maryland.