PostfixExpression<I, O1, O> constructor

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

Implementation

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