BinaryOperator.raw constructor

BinaryOperator.raw(
  1. Expression first,
  2. Expression second
)

Creates a new BinaryOperator from two given expressions.

Implementation

BinaryOperator.raw(this.first, this.second);