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