Uses of Class
aQute.bnd.osgi.resource.FilterParser.SimpleExpression
-
Packages that use FilterParser.SimpleExpression Package Description aQute.bnd.osgi.resource -
-
Uses of FilterParser.SimpleExpression in aQute.bnd.osgi.resource
Subclasses of FilterParser.SimpleExpression in aQute.bnd.osgi.resource Modifier and Type Class Description static class
FilterParser.ApproximateExpression
static class
FilterParser.PatternExpression
static class
FilterParser.RangeExpression
Methods in aQute.bnd.osgi.resource that return FilterParser.SimpleExpression Modifier and Type Method Description FilterParser.SimpleExpression
FilterParser.RangeExpression. getHigh()
FilterParser.SimpleExpression
FilterParser.RangeExpression. getLow()
Methods in aQute.bnd.osgi.resource with parameters of type FilterParser.SimpleExpression Modifier and Type Method Description T
FilterParser.ExpressionVisitor. visit(FilterParser.SimpleExpression expr)
Constructors in aQute.bnd.osgi.resource with parameters of type FilterParser.SimpleExpression Constructor Description RangeExpression(java.lang.String key, FilterParser.SimpleExpression low, FilterParser.SimpleExpression high)
-