Uses of Class
org.apache.jackrabbit.oak.query.ast.CoalesceImpl
-
Packages that use CoalesceImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of CoalesceImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return CoalesceImpl Modifier and Type Method Description CoalesceImplAstElementFactory. coalesce(DynamicOperandImpl operand1, DynamicOperandImpl operand2)Methods in org.apache.jackrabbit.oak.query.ast with parameters of type CoalesceImpl Modifier and Type Method Description booleanAstVisitor. visit(CoalesceImpl node)booleanAstVisitorBase. visit(CoalesceImpl node)Calls accept on the dynamic operand in the coalesce node.
-