operatorUnaryPrefixIncrement method

Expression operatorUnaryPrefixIncrement()
inherited

Returns the result of ++this.

Implementation

Expression operatorUnaryPrefixIncrement() =>
    BinaryExpression._(_empty, this, '++', addSpace: false);