Package edu.umd.cs.findbugs.ba
Interface MethodChooser
-
public interface MethodChooser
Interface for choosing methods.- Author:
- David Hovemeyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
choose(org.apache.bcel.classfile.Method method)
Determine whether or not given method should be chosen.
-