public class DefaultTraversingQOMTreeVisitor extends DefaultQOMTreeVisitor
DefaultTraversingQOMTreeVisitor
default implementation of a
traversing QOMTreeVisitor
.Constructor and Description |
---|
DefaultTraversingQOMTreeVisitor() |
Modifier and Type | Method and Description |
---|---|
Object |
visit(AndImpl node,
Object data)
Calls accept on each of the attached constraints of the AND node.
|
Object |
visit(ComparisonImpl node,
Object data)
Calls accept on the two operands in the comparison node.
|
Object |
visit(FullTextSearchImpl node,
Object data)
Calls accept on the static operand in the fulltext search constraint.
|
Object |
visit(JoinImpl node,
Object data)
Calls accept on the two sources and the join condition in the join node.
|
Object |
visit(LengthImpl node,
Object data)
Calls accept on the property value in the length node.
|
Object |
visit(LowerCaseImpl node,
Object data)
Calls accept on the dynamic operand in the lower-case node.
|
Object |
visit(NotImpl node,
Object data)
Calls accept on the constraint in the NOT node.
|
Object |
visit(OrderingImpl node,
Object data)
Calls accept on the dynamic operand in the ordering node.
|
Object |
visit(OrImpl node,
Object data)
Calls accept on each of the attached constraints of the OR node.
|
Object |
visit(QueryObjectModelTree node,
Object data)
Calls accept on the following contained QOM nodes:
Source
Constraints
Orderings
Columns
|
Object |
visit(UpperCaseImpl node,
Object data)
Calls accept on the dynamic operand in the lower-case node.
|
public final Object visit(AndImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(ComparisonImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(FullTextSearchImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(JoinImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(LengthImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(LowerCaseImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(NotImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(OrderingImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(OrImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(QueryObjectModelTree node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
public Object visit(UpperCaseImpl node, Object data) throws Exception
visit
in interface QOMTreeVisitor
visit
in class DefaultQOMTreeVisitor
Exception
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.