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}