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

Packages that use UnaryExpression
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 UnaryExpression in org.apache.jdo.impl.jdoql.tree
 

Classes in org.apache.jdo.impl.jdoql.tree that implement UnaryExpression
 class ComplementExpr
          This node represents a bitwise not operator.
 class NotExpr
          This node represents a logical not operator.
 class UnaryExpr
          This node represents a unary operator.
 class UnaryMinusExpr
          This node represents a unary minus operator.
 class UnaryPlusExpr
          This node represents a unary plus operator.
 

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

Subinterfaces of UnaryExpression in org.apache.jdo.jdoql.tree
 interface ComplementExpression
          This node represents a bitwise not operator.
 interface NotExpression
          This node represents a logical not operator.
 interface UnaryMinusExpression
          This node represents a unary minus operator.
 interface UnaryPlusExpression
          This node represents a unary plus operator.
 

Methods in org.apache.jdo.jdoql.tree with parameters of type UnaryExpression
protected  void AbstractNodeVisitor.arrive(UnaryExpression node)
          This method delegates to arrive casting the argument node to Expression.
protected  java.lang.Object AbstractNodeVisitor.leave(UnaryExpression node, java.lang.Object[] results)
          This method delegates to leave casting the argument node to Expression.
protected  boolean AbstractNodeVisitor.walkNextChild(UnaryExpression node, java.lang.Object resultOfPreviousChild, int indexOfNextChild)
          This method delegates to walkNextChild casting the argument node to Expression.
 



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