class Filter.Or extends Filter.Node
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Filter.Node> |
children |
Constructor and Description |
---|
Or() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(Filter.Arguments arguments) |
final java.util.List<Filter.Node> children
public boolean match(Filter.Arguments arguments) throws java.lang.Exception
match
in class Filter.Node
java.lang.Exception