Source
Latest Release: Erlang-Parser-0.6
Erlang::Parser::Node::List - a list of values
A lisp-style cdr list.
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).
print
-
Pretty-prints the node to its filehandle argument.
[7, 8, 9|[]]
syntax highlighting: