org.apache.jdo.jdoql.tree
Interface EqualsExpression

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

public interface EqualsExpression
extends BinaryExpression

This node represents an equals operator. An equals operator is a binary expression. The string representation of this operator is ==.

Author:
Michael Watzek

Method Summary
 
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
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.