FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Interface MethodChooser


public interface MethodChooser

Interface for choosing methods.

Author:
David Hovemeyer

Method Summary
 boolean choose(org.apache.bcel.classfile.Method method)
          Determine whether or not given method should be chosen.
 

Method Detail

choose

boolean choose(org.apache.bcel.classfile.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™ 1.3.9

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