public interface IProblemFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ICompilerProblem p)
Determines if the specified
ICompilerProblem passes the
filter. |
boolean accept(ICompilerProblem p)
ICompilerProblem passes the
filter.p - ICompilerProblem to checkICompilerProblem passes the filter,
false otherwise.Copyright © 2023 The Apache Software Foundation. All rights reserved.