| Package | Description |
|---|---|
| aQute.bnd.osgi.resource |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FilterParser.ApproximateExpression |
|
static class |
FilterParser.PatternExpression |
|
static class |
FilterParser.RangeExpression |
| Modifier and Type | Method | Description |
|---|---|---|
FilterParser.SimpleExpression |
FilterParser.RangeExpression.getHigh() |
|
FilterParser.SimpleExpression |
FilterParser.RangeExpression.getLow() |
| Modifier and Type | Method | Description |
|---|---|---|
T |
FilterParser.ExpressionVisitor.visit(FilterParser.SimpleExpression expr) |
| Constructor | Description |
|---|---|
RangeExpression(java.lang.String key,
FilterParser.SimpleExpression low,
FilterParser.SimpleExpression high) |