org.apache.jdo.jdoql.tree
Interface NotExpression

All Superinterfaces:
Expression, Node, java.io.Serializable, UnaryExpression
All Known Implementing Classes:
NotExpr

public interface NotExpression
extends UnaryExpression

This node represents a logical not operator. A logical not operator is a unary expression. The string representation of this operator is !.

Author:
Michael Watzek

Methods inherited from interface org.apache.jdo.jdoql.tree.UnaryExpression
getExpression
 
Methods inherited from interface org.apache.jdo.jdoql.tree.Node
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.