Uses of Class
org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
Packages that use LowerCaseImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of LowerCaseImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return LowerCaseImpl Modifier and Type Method Description LowerCaseImplAstElementFactory. lowerCase(DynamicOperandImpl operand)Methods in org.apache.jackrabbit.oak.query.ast with parameters of type LowerCaseImpl Modifier and Type Method Description booleanAstVisitor. visit(LowerCaseImpl node)booleanAstVisitorBase. visit(LowerCaseImpl node)Calls accept on the dynamic operand in the lower-case node.
-