PostfixExpression<I, O1, O> constructor
const
PostfixExpression<I, O1, O> (
- ParserBuilder<
I, O> expression, - ParserBuilder<
I, O1> operator, - SemanticAction<
O> calculate
Implementation
const PostfixExpression(this.expression, this.operator, this.calculate);