The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Erlang::Parser::Node::UnOp - a unary operation

DESCRIPTION

An prefix unary operation.

Accessors

op

The operation as a string (i.e. '!', 'not').

a

The Erlang::Parser::Node argument to the operation.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        !true