Package aQute.bnd.osgi.resource
Class FilterParser.RangeExpression
java.lang.Object
aQute.bnd.osgi.resource.FilterParser.Expression
aQute.bnd.osgi.resource.FilterParser.SimpleExpression
aQute.bnd.osgi.resource.FilterParser.RangeExpression
- Enclosing class:
FilterParser
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
getHigh()
getLow()
void
<T> T
visit
(FilterParser.ExpressionVisitor<T> visitor) Methods inherited from class aQute.bnd.osgi.resource.FilterParser.SimpleExpression
eval, getKey, getOp, getValue, query
Methods inherited from class aQute.bnd.osgi.resource.FilterParser.Expression
toString
-
Constructor Details
-
RangeExpression
public RangeExpression(String key, FilterParser.SimpleExpression low, FilterParser.SimpleExpression high)
-
-
Method Details
-
eval
- Overrides:
eval
in classFilterParser.SimpleExpression
-
visit
- Overrides:
visit
in classFilterParser.SimpleExpression
-
getRangeString
-
toString
- Overrides:
toString
in classFilterParser.SimpleExpression
-
getLow
-
getHigh
-