BinaryExpression<I, O1, O> constructor
const
BinaryExpression<I, O1, O> (
- ParserBuilder<
I, O> left, - ParserBuilder<
I, O1> operator, - ParserBuilder<
I, O> right, - SemanticAction<
O> calculate,
Implementation
const BinaryExpression(this.left, this.operator, this.right, this.calculate);