NAME
Erlang::Parser::Node::RecordNew - creation of a new record
DESCRIPTION
Creation of a record based on a record definition.
Accessors
record
-
The name of the record definition being used.
exprs
-
A list of Erlang::Parser::Nodes which instantiate fields in the record.
Methods
print
-
Pretty-prints the node to its filehandle argument.
EXAMPLE
#state{S=4}