public abstract static class FilterParser.Expression extends Object
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
eval(Map<String,?> map) |
String |
query() |
String |
toString() |
abstract <T> T |
visit(FilterParser.ExpressionVisitor<T> visitor) |
Copyright © 2019 aQute SARL. All rights reserved.