Uses of Class
aQute.bnd.osgi.resource.FilterParser.SimpleExpression
-
Packages that use FilterParser.SimpleExpression Package Description aQute.bnd.osgi aQute.bnd.osgi.resource -
-
Uses of FilterParser.SimpleExpression in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type FilterParser.SimpleExpression Modifier and Type Method Description java.util.Set<java.lang.String>PermissionGenerator.FindReferencedServices. visit(FilterParser.SimpleExpression expr) -
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.RangeExpressionFields in aQute.bnd.osgi.resource declared as FilterParser.SimpleExpression Modifier and Type Field Description (package private) FilterParser.SimpleExpressionFilterParser.RangeExpression. high(package private) FilterParser.SimpleExpressionFilterParser.RangeExpression. lowMethods 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 (package private) static FilterParser.ExpressionFilterParser.RangeExpression. make(java.lang.String key, FilterParser.SimpleExpression low, FilterParser.SimpleExpression high)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)
-