operatorUnaryPrefixDecrement method

Expression operatorUnaryPrefixDecrement()
inherited

Returns the result of --this.

Implementation

Expression operatorUnaryPrefixDecrement() =>
    BinaryExpression._(_empty, expression, '--', addSpace: false);