Uses of Class
org.apache.jackrabbit.oak.query.ast.AndImpl
-
Packages that use AndImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of AndImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return AndImpl Modifier and Type Method Description AndImplAstElementFactory. and(ConstraintImpl constraint1, ConstraintImpl constraint2)AndImplAndImpl. pullOrRight()Methods in org.apache.jackrabbit.oak.query.ast with parameters of type AndImpl Modifier and Type Method Description booleanAstVisitor. visit(AndImpl node)booleanAstVisitorBase. visit(AndImpl node)Calls accept on each of the attached constraints of the AND node.
-