public interface

BinaryOperatorNode

implements OperatorNode
org.hibernate.hql.ast.tree.BinaryOperatorNode
Known Indirect Subclasses

Class Overview

Contract for nodes representing binary operators.

Summary

Public Methods
abstract Node getLeftHandOperand()
Retrieves the left-hand operand of the operator.
abstract Node getRightHandOperand()
Retrieves the right-hand operand of the operator.
[Expand]
Inherited Methods
From interface org.hibernate.hql.ast.tree.OperatorNode

Public Methods

public abstract Node getLeftHandOperand ()

Retrieves the left-hand operand of the operator.

Returns
  • The left-hand operand

public abstract Node getRightHandOperand ()

Retrieves the right-hand operand of the operator.

Returns
  • The right-hand operand