接口 Searcher


public interface Searcher
A filter which evaluates the JavaClass and decides if it's part of the criteria.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    Evaluate the class
  • 方法详细资料

    • eval

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