org.apache.jdo.jdoql.tree
Interface GreaterThanEqualsExpression

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

public interface GreaterThanEqualsExpression
extends BinaryExpression

This node represents a greater than equals operator. A greater than equals operator is a binary expression. 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