org.apache.jdo.jdoql.tree
Interface MinusExpression

All Superinterfaces:
BinaryExpression, Expression, Node, java.io.Serializable
All Known Implementing Classes:
MinusExpr

public interface MinusExpression
extends BinaryExpression

This node represents a binary minus operator. The string representation of this operator is -.

Author:
Michael Watzek

Methods inherited from interface org.apache.jdo.jdoql.tree.BinaryExpression
getCommonOperandType, getLeftExpression, getRightExpression
 
Methods inherited from interface org.apache.jdo.jdoql.tree.Node
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild