Interface Searcher


public interface Searcher
A filter which evaluates the JavaClass and decides if it's part of the criteria.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Evaluate the class
  • Method Details

    • eval

      boolean eval(JavaClass cls)
      Evaluate the class
      Parameters:
      cls - the class to evaluate
      Returns:
      true if this class should be part of the criteria, otherwise false