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 Object
DefaultQOMTreeVisitor. visit(AndImpl node, Object data)
Does nothing and returnsdata
.Object
DefaultTraversingQOMTreeVisitor. visit(AndImpl node, Object data)
Calls accept on each of the attached constraints of the AND node.Object
QOMTreeVisitor. visit(AndImpl node, Object data)
-