
Erlang::Parser::Node::VariableRecordUpdate - variable record update

An update of a variable record's component.
variableThe Erlang::Parser::Node::Variable which is being updated.
recordAn Erlang::Parser::Node::RecordNew which updates parts of the record.
printPretty-prints the node to its filehandle argument.

MyVar#state{part=42}