JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
com.thoughtworks.qdox
Interface Searcher
public interface
Searcher
A filter which evaluates the JavaClass and decides if it's part of the criteria.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
eval
(
JavaClass
cls)
Evaluate the class
Method Detail
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method