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