NAME
Erlang::Parser::Node::List - a list of values
DESCRIPTION
A lisp-style cdr list.
Accessors
elems
-
A list of Erlang::Parser::Nodes which comprise the list.
cdr
-
An optional Erlang::Parser::Node which forms the tail of the list. This should be another list (usually).
Methods
print
-
Pretty-prints the node to its filehandle argument.
EXAMPLE
[7, 8, 9|[]]