Uses of Class
org.overlord.sramp.common.query.xpath.ast.Predicate

Packages that use Predicate
org.overlord.sramp.common.query.xpath.ast   
org.overlord.sramp.common.query.xpath.visitors   
 

Uses of Predicate in org.overlord.sramp.common.query.xpath.ast
 

Methods in org.overlord.sramp.common.query.xpath.ast that return Predicate
 Predicate SubartifactSet.getPredicate()
           
 Predicate Query.getPredicate()
           
 

Methods in org.overlord.sramp.common.query.xpath.ast with parameters of type Predicate
 void SubartifactSet.setPredicate(Predicate predicate)
           
 void Query.setPredicate(Predicate predicate)
           
 

Uses of Predicate in org.overlord.sramp.common.query.xpath.visitors
 

Methods in org.overlord.sramp.common.query.xpath.visitors with parameters of type Predicate
 void XPathVisitor.visit(Predicate node)
          Visits a specific x-path node.
 void XPathSerializationVisitor.visit(Predicate node)
           
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.