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 classFilterParser.ApproximateExpressionstatic classFilterParser.PatternExpressionstatic classFilterParser.RangeExpressionMethods in aQute.bnd.osgi.resource that return FilterParser.SimpleExpression Modifier and Type Method Description FilterParser.SimpleExpressionFilterParser.RangeExpression. getHigh()FilterParser.SimpleExpressionFilterParser.RangeExpression. getLow()Methods in aQute.bnd.osgi.resource with parameters of type FilterParser.SimpleExpression Modifier and Type Method Description TFilterParser.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)
-