There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

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

DESCRIPTION

An update of a variable record's component.

Accessors

variable

The Erlang::Parser::Node::Variable which is being updated.

record

An Erlang::Parser::Node::RecordNew which updates parts of the record.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

MyVar#state{part=42}