Uses of Interface
org.apache.jackrabbit.spi.commons.query.qom.QOMTreeVisitor

Packages that use QOMTreeVisitor
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of QOMTreeVisitor in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement QOMTreeVisitor
 class DefaultQOMTreeVisitor
          DefaultQOMTreeVisitor default implementation of a QOMTreeVisitor.
 class DefaultTraversingQOMTreeVisitor
          DefaultTraversingQOMTreeVisitor default implementation of a traversing QOMTreeVisitor.
 

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type QOMTreeVisitor
 java.lang.Object BindVariableValueImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object ChildNodeJoinConditionImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object SameNodeImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object SelectorImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object OrderingImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object LengthImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object PropertyValueImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object OrImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object ChildNodeImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object AndImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object NodeNameImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object QueryObjectModelTree.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
abstract  java.lang.Object AbstractQOMNode.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object LiteralImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object DescendantNodeImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object FullTextSearchScoreImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object EquiJoinConditionImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object DescendantNodeJoinConditionImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object ComparisonImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object ColumnImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object NodeLocalNameImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object FullTextSearchImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object UpperCaseImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object LowerCaseImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object SameNodeJoinConditionImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object PropertyExistenceImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object NotImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 java.lang.Object JoinImpl.accept(QOMTreeVisitor visitor, java.lang.Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.