Uses of Class
aQute.bnd.osgi.resource.FilterParser.SimpleExpression
-
Packages that use FilterParser.SimpleExpression Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.osgi aQute.bnd.osgi.resource -
-
Uses of FilterParser.SimpleExpression in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type FilterParser.SimpleExpression Modifier and Type Method Description Pair<java.lang.String,java.lang.String>
XmlRepoDiffer.ComparatorKeyAttributeFinder. visit(FilterParser.SimpleExpression expr)
java.util.Map<java.lang.String,java.lang.String>
XmlRepoDiffer.FilterVisitor. visit(FilterParser.SimpleExpression expr)
-
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 class
FilterParser.ApproximateExpression
static class
FilterParser.PatternExpression
static class
FilterParser.RangeExpression
Fields in aQute.bnd.osgi.resource declared as FilterParser.SimpleExpression Modifier and Type Field Description (package private) FilterParser.SimpleExpression
FilterParser.RangeExpression. high
(package private) FilterParser.SimpleExpression
FilterParser.RangeExpression. low
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 (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)
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)
-