org.apache.jdo.jdoql.tree
Interface UnaryMinusExpression

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

public interface UnaryMinusExpression
extends UnaryExpression

This node represents a unary minus operator. 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-2007 Apache Software Foundation. All Rights Reserved.