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