edu.umd.cs.findbugs.ba

Interface MethodChooser

public interface MethodChooser

Interface for choosing methods.

Author: David Hovemeyer

Method Summary
booleanchoose(Method method)
Determine whether or not given method should be chosen.

Method Detail

choose

public boolean choose(Method method)
Determine whether or not given method should be chosen.

Parameters: method the Method

Returns: true if the method should be chosen, false if not

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