The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Erlang::Parser::Node::VariableRecordAccess - variable record access

DESCRIPTION

An access of a variable record's component.

Accessors

variable

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

record

An Erlang::Parser::Node::Atom which defines the record and (!) the record part. (TODO)

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        MyVar#state.part