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

NAME

Erlang::Parser::Node::IfExpr - a case in an if statement

DESCRIPTION

A block of statements; a glorified parenthesis.

Accessors

seq

The guard sequence; a list of Erlang::Parser::Nodes.

exprs

The body of Erlang::Parser::Nodes to be executed if seq evalutes true.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        X>Y ->
                true