Uses of Class
org.apache.jackrabbit.oak.query.ast.NativeFunctionImpl
-
Packages that use NativeFunctionImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of NativeFunctionImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return NativeFunctionImpl Modifier and Type Method Description NativeFunctionImpl
AstElementFactory. nativeFunction(String selectorName, String language, StaticOperandImpl expression)
Methods in org.apache.jackrabbit.oak.query.ast with parameters of type NativeFunctionImpl Modifier and Type Method Description boolean
AstVisitor. visit(NativeFunctionImpl node)
boolean
AstVisitorBase. visit(NativeFunctionImpl node)
Calls accept on the static operand in the native search constraint.
-