| Package | Description |
|---|---|
| aQute.bnd.osgi | |
| aQute.bnd.osgi.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
PermissionGenerator.FindReferencedServices.visit(FilterParser.SimpleExpression expr) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterParser.ApproximateExpression |
static class |
FilterParser.PatternExpression |
static class |
FilterParser.RangeExpression |
| Modifier and Type | Field and Description |
|---|---|
(package private) FilterParser.SimpleExpression |
FilterParser.RangeExpression.high |
(package private) FilterParser.SimpleExpression |
FilterParser.RangeExpression.low |
| Modifier and Type | Method and Description |
|---|---|
FilterParser.SimpleExpression |
FilterParser.RangeExpression.getHigh() |
FilterParser.SimpleExpression |
FilterParser.RangeExpression.getLow() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static FilterParser.Expression |
FilterParser.RangeExpression.make(java.lang.String key,
FilterParser.SimpleExpression low,
FilterParser.SimpleExpression high) |
T |
FilterParser.ExpressionVisitor.visit(FilterParser.SimpleExpression expr) |
| Constructor and Description |
|---|
RangeExpression(java.lang.String key,
FilterParser.SimpleExpression low,
FilterParser.SimpleExpression high) |