Source
Erlang::Parser::Node::IfExpr - a case in an if statement
A block of statements; a glorified parenthesis.
seq
-
The guard sequence; a list of Erlang::Parser::Nodes.
exprs
-
The body of Erlang::Parser::Nodes to be executed if seq evalutes true.
print
-
Pretty-prints the node to its filehandle argument.
X>Y ->
true
syntax highlighting: