toWriteStmt method

Statement toWriteStmt(
  1. Expression value
)

Returns an expression that writes value to this variable or field.

Implementation

o.Statement toWriteStmt(o.Expression value) =>
    WriteNodeReferenceStmt(this, value);