Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface BinaryOperatorNode
extends OperatorNode
Method Summary | |
Node |
|
Node |
|
Methods inherited from interface org.hibernate.hql.ast.tree.OperatorNode | |
getDataType , initialize |
public Node getLeftHandOperand()
Retrieves the left-hand operand of the operator.
- Returns:
- The left-hand operand
public Node getRightHandOperand()
Retrieves the right-hand operand of the operator.
- Returns:
- The right-hand operand