Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.AndImpl

Packages that use AndImpl
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of AndImpl in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type AndImpl
 java.lang.Object JQOM2LuceneQueryBuilder.visit(AndImpl node, java.lang.Object data)
           
 

Uses of AndImpl in org.apache.jackrabbit.spi.commons.query.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type AndImpl
 java.lang.Object QOMTreeVisitor.visit(AndImpl node, java.lang.Object data)
           
 java.lang.Object DefaultQOMTreeVisitor.visit(AndImpl node, java.lang.Object data)
          Does nothing and returns data.
 java.lang.Object DefaultTraversingQOMTreeVisitor.visit(AndImpl node, java.lang.Object data)
          Calls accept on each of the attached constraints of the AND node.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.