public class CodeByCategoryInsertStatementFilter extends Object implements StatementFilter
Constructor and Description |
---|
CodeByCategoryInsertStatementFilter(String category) |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
filter(List<Statement> statements)
Identify statements that match the criteria defined by this filter.
|
protected String category
public CodeByCategoryInsertStatementFilter(String category)
public List<Statement> filter(List<Statement> statements)
StatementFilter
filter
in interface StatementFilter
statements
- The statements to filter. Can be null
. The
content of the list is not modified (i.e., a new list is
created as result).null
Copyright © 2018. All rights reserved.