Interface QOMTreeVisitor
-
- All Known Implementing Classes:
DefaultQOMTreeVisitor
,DefaultTraversingQOMTreeVisitor
public interface QOMTreeVisitor
QOMTreeVisitor
...
-
-
Method Summary
-
-
-
Method Detail
-
visit
Object visit(BindVariableValueImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(ChildNodeImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(ChildNodeJoinConditionImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(ColumnImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(ComparisonImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(DescendantNodeImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(DescendantNodeJoinConditionImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(EquiJoinConditionImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(FullTextSearchImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(FullTextSearchScoreImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(LengthImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(LiteralImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(LowerCaseImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(NodeLocalNameImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(NodeNameImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(OrderingImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(PropertyExistenceImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(PropertyValueImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(QueryObjectModelTree node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(SameNodeImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(SameNodeJoinConditionImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(SelectorImpl node, Object data) throws Exception
- Throws:
Exception
-
visit
Object visit(UpperCaseImpl node, Object data) throws Exception
- Throws:
Exception
-
-