org.apache.jdo.jdoql.tree
Interface AndExpression

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

public interface AndExpression
extends BinaryExpression

This node represents a bitwise or logical and operator depending on the result types of its children. A bitwise operator is based on arithmetical types. In contrast, a logical operator is based on boolean types. 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-2008 Apache Software Foundation. All Rights Reserved.