Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.AndImpl
-
Packages that use AndImpl Package Description org.apache.jackrabbit.spi.commons.query.qom -
-
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 Modifier and Type Method Description ObjectDefaultQOMTreeVisitor. visit(AndImpl node, Object data)Does nothing and returnsdata.ObjectDefaultTraversingQOMTreeVisitor. visit(AndImpl node, Object data)Calls accept on each of the attached constraints of the AND node.ObjectQOMTreeVisitor. visit(AndImpl node, Object data)
-