public class CodeGenErrorFilter extends Object implements IProblemFilter
| Constructor and Description |
|---|
CodeGenErrorFilter()
Create a filter to exclude code gen errors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ICompilerProblem p)
Determines if the specified
ICompilerProblem passes the
filter. |
boolean |
hasOtherErrors(Iterable<ICompilerProblem> problems) |
public CodeGenErrorFilter()
public boolean accept(ICompilerProblem p)
IProblemFilterICompilerProblem passes the
filter.accept in interface IProblemFilterp - ICompilerProblem to checkICompilerProblem passes the filter,
false otherwise.public boolean hasOtherErrors(Iterable<ICompilerProblem> problems)
Copyright © 2023 The Apache Software Foundation. All rights reserved.