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, initialize
Copyright © 2021 JBoss by Red Hat. All rights reserved.