aQute.bnd.osgi.resource
Class FilterParser.ApproximateExpression

java.lang.Object
  extended by aQute.bnd.osgi.resource.FilterParser.Expression
      extended by aQute.bnd.osgi.resource.FilterParser.SimpleExpression
          extended by aQute.bnd.osgi.resource.FilterParser.ApproximateExpression
Enclosing class:
FilterParser

public static class FilterParser.ApproximateExpression
extends FilterParser.SimpleExpression


Constructor Summary
FilterParser.ApproximateExpression(String key, String value)
           
 
Method Summary
protected  boolean eval(Object scalar)
           
 
Methods inherited from class aQute.bnd.osgi.resource.FilterParser.SimpleExpression
eval, getKey, getOp, getValue, query, toString
 
Methods inherited from class aQute.bnd.osgi.resource.FilterParser.Expression
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterParser.ApproximateExpression

public FilterParser.ApproximateExpression(String key,
                                          String value)
Method Detail

eval

protected boolean eval(Object scalar)
Overrides:
eval in class FilterParser.SimpleExpression


Copyright © 2014 aQute SARL. All rights reserved.