aQute.bnd.osgi.resource
Class FilterParser.And

java.lang.Object
  extended by aQute.bnd.osgi.resource.FilterParser.Expression
      extended by aQute.bnd.osgi.resource.FilterParser.SubExpression
          extended by aQute.bnd.osgi.resource.FilterParser.And
Enclosing class:
FilterParser

public static class FilterParser.And
extends FilterParser.SubExpression


Method Summary
 boolean eval(Map<String,Object> map)
           
 void toString(StringBuilder sb)
           
 
Methods inherited from class aQute.bnd.osgi.resource.FilterParser.SubExpression
getExpressions, query
 
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
 

Method Detail

eval

public boolean eval(Map<String,Object> map)
Specified by:
eval in class FilterParser.Expression

toString

public void toString(StringBuilder sb)


Copyright © 2014 aQute SARL. All rights reserved.