Interface MethodChooser


public interface MethodChooser
Interface for choosing methods.
Author:
David Hovemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    choose(org.apache.bcel.classfile.Method method)
    Determine whether or not given method should be chosen.
  • Method Details

    • 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