IfStatement Module
Children of `IfStatement`.
Functions and values
| Function or value |
Description
|
Full Usage:
IfStatement.elseStatement node
Parameters:
Node<IfStatement>
Returns: Node<Statement> voption
|
`elseStatement`. The schema marks it optional.
|
Full Usage:
IfStatement.expression node
Parameters:
Node<IfStatement>
Returns: Node<Expression> voption
|
|
Full Usage:
IfStatement.thenStatement node
Parameters:
Node<IfStatement>
Returns: Node<Statement> voption
|