private static class FilterMatcher.FilterInfo extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
isDelete |
private boolean |
isInverted |
private SearchCompiler.Match |
match |
Constructor and Description |
---|
FilterInfo(Filter filter) |
private final SearchCompiler.Match match
private final boolean isDelete
private final boolean isInverted
FilterInfo(Filter filter) throws SearchCompiler.ParseError
SearchCompiler.ParseError