Logo Xantham

IfStatement Module

Children of `IfStatement`.

Functions and values

Function or value Description

IfStatement.elseStatement node

Full Usage: IfStatement.elseStatement node

Parameters:
Returns: Node<Statement> voption

`elseStatement`. The schema marks it optional.

node : Node<IfStatement>
Returns: Node<Statement> voption

IfStatement.expression node

Full Usage: IfStatement.expression node

Parameters:
Returns: Node<Expression> voption

`expression`.

node : Node<IfStatement>
Returns: Node<Expression> voption

IfStatement.thenStatement node

Full Usage: IfStatement.thenStatement node

Parameters:
Returns: Node<Statement> voption

`thenStatement`.

node : Node<IfStatement>
Returns: Node<Statement> voption

Type something to start searching.