接口 BinaryOperatorNode

    • 方法详细资料

      • getLeftHandOperand

        Node getLeftHandOperand()
        Retrieves the left-hand operand of the operator.
        返回:
        The left-hand operand
      • getRightHandOperand

        Node getRightHandOperand()
        Retrieves the right-hand operand of the operator.
        返回:
        The right-hand operand