Arlen Cuss > Erlang-Parser > Erlang::Parser::Node::VariableRecordUpdate

Download:
Erlang-Parser-0.5.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

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}
syntax highlighting: