PrefixExpression<I, O1, O> constructor

const PrefixExpression<I, O1, O>(
  1. ParserBuilder<I, O1> operator,
  2. ParserBuilder<I, O> expression,
  3. SemanticAction<O> calculate
)

Implementation

const PrefixExpression(this.operator, this.expression, this.calculate);