class Filter.Not extends Filter.Node
Modifier and Type | Field and Description |
---|---|
(package private) Filter.Node |
target |
Constructor and Description |
---|
Not(Filter.Node target) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(Filter.Arguments arguments) |
final Filter.Node target
public Not(Filter.Node target)
public boolean match(Filter.Arguments arguments) throws java.lang.Exception
match
in class Filter.Node
java.lang.Exception