public static interface FiltersManager.Filterable
RefactoringElement
s should implement this interface if they
should be filterable in the results.Modifier and Type | Method and Description |
---|---|
boolean |
filter(FiltersManager manager)
Indicates if this element should be included in the results.
|
boolean filter(FiltersManager manager)
manager
- the FiltersManager to use