org.apache.jdo.jdoql.tree
Interface UnaryPlusExpression

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

public interface UnaryPlusExpression
extends UnaryExpression

This node represents a unary plus operator. The string representation of this operator is +.

Author:
Michael Watzek

Method Summary
 
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-2011 Apache Software Foundation. All Rights Reserved.