public interface BinaryOperatorNode extends OperatorNode
| Modifier and Type | Method and Description |
|---|---|
Node |
getLeftHandOperand()
Retrieves the left-hand operand of the operator.
|
Node |
getRightHandOperand()
Retrieves the right-hand operand of the operator.
|
getDataType, initializeCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.