Uses of Interface
org.apache.jdo.jdoql.tree.DescendingOrderingExpression

Packages that use DescendingOrderingExpression
org.apache.jdo.impl.jdoql.tree   
org.apache.jdo.jdoql.tree This package contains the query tree node interfaces, the node visitor interface and the tree walker. 
 

Uses of DescendingOrderingExpression in org.apache.jdo.impl.jdoql.tree
 

Classes in org.apache.jdo.impl.jdoql.tree that implement DescendingOrderingExpression
 class DescendingOrderingExpr
          This node represents an operator defining descendent ordering of instances returned by a query execution.
 

Methods in org.apache.jdo.impl.jdoql.tree with parameters of type DescendingOrderingExpression
 void FilterExpressionDumper.arrive(DescendingOrderingExpression node)
          Descending ordering expressions are dumped like Descending(expression).
 

Uses of DescendingOrderingExpression in org.apache.jdo.jdoql.tree
 

Methods in org.apache.jdo.jdoql.tree with parameters of type DescendingOrderingExpression
 void NodeVisitor.arrive(DescendingOrderingExpression node)
          This method is called before walking any children of the argument node.
 void AbstractNodeVisitor.arrive(DescendingOrderingExpression node)
          This method delegates to arrive casting the argument node to OrderingExpression.
 java.lang.Object NodeVisitor.leave(DescendingOrderingExpression node, java.lang.Object[] results)
          This method is called after walking the children of the argument node.
 java.lang.Object AbstractNodeVisitor.leave(DescendingOrderingExpression node, java.lang.Object[] results)
          This method delegates to leave casting the argument node to OrderingExpression.
 boolean NodeVisitor.walkNextChild(DescendingOrderingExpression node, java.lang.Object resultOfPreviousChild, int indexOfNextChild)
          This method is called before walking each child of the argument node.
 boolean AbstractNodeVisitor.walkNextChild(DescendingOrderingExpression node, java.lang.Object resultOfPreviousChild, int indexOfNextChild)
          This method delegates to walkNextChild casting the argument node to OrderingExpression.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.