public interface Searcher
A filter which evaluates the JavaClass and decides if it's part of the criteria.
-
方法概要
-
方法详细资料
-
eval
Evaluate the class- 参数:
cls- the class to evaluate- 返回:
trueif this class should be part of the criteria, otherwisefalse
-