FileDocCategorySizeDatePackage
BinaryOperatorNode.javaAPI DocHibernate 3.2.5506Fri Oct 14 12:23:18 BST 2005org.hibernate.hql.ast.tree

BinaryOperatorNode

public interface BinaryOperatorNode implements OperatorNode
Contract for nodes representing binary operators.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public NodegetLeftHandOperand()
Retrieves the left-hand operand of the operator.

return
The left-hand operand

public NodegetRightHandOperand()
Retrieves the right-hand operand of the operator.

return
The right-hand operand