NAME
Erlang::Parser::Node::Binary - a binary string or list
DESCRIPTION
A compactly-stored block of data.
Accessors
bexprs- 
A list of Erlang::Parser::BinaryExprs; the individual expressions are composed to create the binary string or list.
 
Methods
print- 
Pretty-prints the node to its filehandle argument.
 
EXAMPLE
<<"abc">>