class Filter.Simple extends Filter.Node
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
key |
(package private) int |
op |
(package private) java.lang.String |
value |
Constructor and Description |
---|
Simple(java.lang.String key,
int op,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(Filter.Arguments arguments) |
public boolean match(Filter.Arguments arguments) throws java.lang.Exception
match
in class Filter.Node
java.lang.Exception