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.
    • 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