Uses of Class
org.apache.jackrabbit.oak.query.ast.NotImpl
-
Packages that use NotImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of NotImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return NotImpl Modifier and Type Method Description NotImplAstElementFactory. not(ConstraintImpl constraint)Methods in org.apache.jackrabbit.oak.query.ast with parameters of type NotImpl Modifier and Type Method Description booleanAstVisitor. visit(NotImpl node)booleanAstVisitorBase. visit(NotImpl node)Calls accept on the constraint in the NOT node.
-